<?xml version="1.0" encoding="UTF-8"?><metadata base_path="c:/">
<tool displayname="Buffer" name="Buffer" toolboxalias="&lt;process id=&quot;Background#1:2138221442573200&quot; ticks=&quot;637726044690000000&quot; err_code=&quot;0&quot; has_error=&quot;false&quot; decimal_point=&quot;.&quot; version=&quot;1&quot; ticks2=&quot;637726044845117949&quot;&gt; &lt;tool name=&quot;Buffer&quot; type=&quot;function&quot; toolboxalias=&quot;analysis&quot;&gt; &lt;displayname&gt;Buffer&lt;/displayname&gt; &lt;description&gt;Creates buffer polygons around input features to a specified distance.&lt;/description&gt; &lt;/tool&gt; &lt;params&gt; &lt;param name=&quot;in_features&quot; displayname=&quot;Input Features&quot; derived=&quot;false&quot; output=&quot;false&quot; datatype=&quot;GPFeatureLayer&quot;&gt;EAB Generally Infested Areas&lt;/param&gt; &lt;param name=&quot;out_feature_class&quot; displayname=&quot;Output Feature Class&quot; derived=&quot;false&quot; output=&quot;true&quot; datatype=&quot;DEShapeFile&quot;&gt;C:\Users\shelliso\OneDrive - FireNet\Documents\ArcGIS\Projects\EAB\10_mile_buffer.shp&lt;/param&gt; &lt;param name=&quot;buffer_distance_or_field&quot; displayname=&quot;Distance [value or field]&quot; derived=&quot;false&quot; output=&quot;false&quot; datatype=&quot;GPLinearUnit&quot;&gt;10 Miles&lt;/param&gt; &lt;param name=&quot;line_side&quot; displayname=&quot;Side Type&quot; derived=&quot;false&quot; output=&quot;false&quot; datatype=&quot;GPString&quot;&gt;FULL&lt;/param&gt; &lt;param name=&quot;line_end_type&quot; displayname=&quot;End Type&quot; derived=&quot;false&quot; output=&quot;false&quot; datatype=&quot;GPString&quot;&gt;ROUND&lt;/param&gt; &lt;param name=&quot;dissolve_option&quot; displayname=&quot;Dissolve Type&quot; derived=&quot;false&quot; output=&quot;false&quot; datatype=&quot;GPString&quot;&gt;ALL&lt;/param&gt; &lt;param name=&quot;dissolve_field&quot; displayname=&quot;Dissolve Field(s)&quot; derived=&quot;false&quot; output=&quot;false&quot; subDType=&quot;Field&quot; datatype=&quot;GPMultiValue&quot;&gt;&lt;/param&gt; &lt;param name=&quot;method&quot; displayname=&quot;Method&quot; derived=&quot;false&quot; output=&quot;false&quot; datatype=&quot;GPString&quot;&gt;PLANAR&lt;/param&gt; &lt;/params&gt; &lt;environments /&gt; &lt;return_value&gt;C:\Users\shelliso\OneDrive - FireNet\Documents\ArcGIS\Projects\EAB\10_mile_buffer.shp&lt;/return_value&gt; &lt;messages&gt; &lt;msg code=&quot;0&quot; type=&quot;2&quot;&gt;Start Time: Monday, November 15, 2021 2:21:09 PM&lt;/msg&gt; &lt;msg code=&quot;0&quot; type=&quot;3&quot;&gt;Succeeded at Monday, November 15, 2021 2:21:23 PM (Elapsed Time: 14.25 seconds)&lt;/msg&gt; &lt;/messages&gt; &lt;/process&gt;">
<summary>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Creates buffer polygons around input features to a specified distance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</summary>
<toolIllust alt="Buffer illustration" src="withheld" type="illustration"/>
<parameters>
<param datatype="String" direction="Input" displayname="Input Features" expression="c10_mile_buffer_Clip | 10_mile_buffer | Counties | EAB Generally Infested Areas" name="in_features" type="Required">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The input point, line, or polygon features to be buffered.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Feature Set" direction="Output" displayname="Output Feature Class" expression="out_feature_class" name="out_feature_class" type="Required">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The feature class containing the output buffers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Linear Unit" direction="Input" displayname="Distance [value or field]" expression="buffer_distance_or_field" name="buffer_distance_or_field" type="Required">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The distance around the input features that will be buffered. Distances can be provided as either a value representing a linear distance or as a field from the input features that contains the distance to buffer each feature.If linear units are not specified or are entered as Unknown, the linear unit of the input features' spatial reference is used.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Side Type" expression="{FULL | OUTSIDE_ONLY}" name="line_side" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Specifies the sides of the input features that will be buffered.Full—For line input features, buffers will be generated on both sides of the line. For polygon input features, buffers will be generated around the polygon and will contain and overlap the area of the input features. For point input features, buffers will be generated around the point. This is the default.Left—For line input features, buffers will be generated on the topological left of the line. This option is not valid for polygon input features.Right—For line input features, buffers will be generated on the topological right of the line. This option is not valid for polygon input features.Exclude the input polygon from buffer—For polygon input features, buffers will be generated outside the input polygon only (the area inside the input polygon will be erased from the output buffer). This option is not valid for line input features.This optional parameter is not available with a Desktop Basic or Desktop Standard license.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="End Type" expression="{ROUND | FLAT}" name="line_end_type" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Specifies the shape of the buffer at the end of line input features. This parameter is not valid for polygon input features.Round—The ends of the buffer will be round, in the shape of a half circle. This is the default.Flat—The ends of the buffer will be flat, or squared, and will end at the endpoint of the input line feature.This optional parameter is not available with a Desktop Basic or Desktop Standard license.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Dissolve Type" expression="{ALL | NONE | LIST}" name="dissolve_option" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Specifies the type of dissolve to be performed to remove buffer overlap.No Dissolve—An individual buffer for each feature is maintained, regardless of overlap. This is the default.Dissolve all output features into a single feature—All buffers are dissolved together into a single feature, removing any overlap.Dissolve features using the listed fields' unique values or combination of values—Any buffers sharing attribute values in the listed fields (carried over from the input features) are dissolved.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="Multiple Value" direction="Input" displayname="Dissolve Field(s)" expression="{objectid | st_area(shape) | st_length(shape)}" name="dissolve_field" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The list of fields from the input features on which to dissolve the output buffers. Any buffers sharing attribute values in the listed fields (carried over from the input features) are dissolved.The Add Field button, which is only used in ModelBuilder, allows expected fields to be added to the Dissolve Field(s) list.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Method" expression="{PLANAR | GEODESIC}" name="method" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Specifies the method to use, planar or geodesic, to create the buffer.Planar—If the input features are in a projected coordinate system, Euclidean buffers are created. If the input features are in a geographic coordinate system and the buffer distance is in linear units (meters, feet, and so forth, as opposed to angular units such as degrees), geodesic buffers are created. This is the default. You can use the Output Coordinate System environment setting to specify the coordinate system to use. For example, if your input features are in a projected coordinate system, you can set the environment to a geographic coordinate system to create geodesic buffers.Geodesic (shape preserving)—All buffers are created using a shape-preserving geodesic buffer method, regardless of the input coordinate system.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
<param datatype="String" direction="Input" displayname="Output Feature Service Name" expression="{esri_out_feature_service_name}" name="esri_out_feature_service_name" type="Optional">
<dialogReference>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</dialogReference>
</param>
</parameters>
<environments>
<environment name="outputZValue"/>
<environment name="extent"/>
<environment name="MResolution"/>
<environment name="MTolerance"/>
<environment name="MDomain"/>
<environment name="outputZFlag"/>
<environment name="XYDomain"/>
<environment name="ZDomain"/>
<environment name="outputCoordinateSystem"/>
<environment name="workspace"/>
<environment name="geographicTransformations"/>
<environment name="scratchWorkspace"/>
<environment name="outputMFlag"/>
<environment name="XYResolution"/>
<environment name="XYTolerance"/>
<environment name="ZResolution"/>
<environment name="ZTolerance"/>
</environments>
<arcToolboxHelpPath>withheld</arcToolboxHelpPath>
</tool>
<dataIdInfo>
<descKeys KeyTypCd="005">
<keyword>adjacent</keyword>
<keyword>neighbor</keyword>
<keyword>ring</keyword>
<keyword>bound</keyword>
<keyword>circle</keyword>
<keyword>area</keyword>
<keyword>around</keyword>
<keyword>close</keyword>
<keyword>outward</keyword>
<keyword>surround</keyword>
<keyword>cushion</keyword>
<keyword>outside</keyword>
<keyword>distance</keyword>
<keyword>donut</keyword>
<keyword>doughnut</keyword>
<keyword>zone</keyword>
<keyword>euclidean</keyword>
<keyword>near</keyword>
<keyword>expand</keyword>
<keyword>extend</keyword>
<keyword>fall inside</keyword>
<keyword>far</keyword>
<keyword>geodesic</keyword>
<keyword>nearby</keyword>
<keyword>offset</keyword>
<keyword>region</keyword>
<keyword>within</keyword>
</descKeys>
<idCitation>
<resTitle>Buffer</resTitle>
</idCitation>
</dataIdInfo>
<Esri>
<ModDate>20211115</ModDate>
<ModTime>144107</ModTime>
</Esri>
<distInfo>
<distributor>
<distorFormat>
<formatName>ArcToolbox Tool</formatName>
</distorFormat>
</distributor>
</distInfo>
</metadata>
