{ "name": "Buffer", "displayName": "Buffer", "description": "Creates buffer polygons around input features to a specified distance.", "category": "", "helpUrl": "http://bagis.geog.pdx.edu/arcgis/rest/directories/arcgisoutput/eBAGIS_Tools/Buffer_Pourpoint_1KM_GPServer/eBAGIS_Tools_Buffer_Pourpoint_1KM/Buffer.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Features", "description": "The input point, line, or polygon features to be buffered.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": {"wkt": "PROJCS[\"NAD_1983_Albers\",GEOGCS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Albers\"],PARAMETER[\"False_Easting\",0.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-96.0],PARAMETER[\"Standard_Parallel_1\",29.5],PARAMETER[\"Standard_Parallel_2\",45.5],PARAMETER[\"Latitude_Of_Origin\",23.0],UNIT[\"Meter\",1.0]]"}, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "POINTID", "type": "esriFieldTypeInteger", "alias": "POINTID" }, { "name": "GRID_CODE", "type": "esriFieldTypeDouble", "alias": "GRID_CODE" }, { "name": "AOISHPAREA", "type": "esriFieldTypeDouble", "alias": "AOISHPAREA" }, { "name": "AOISHPUNIT", "type": "esriFieldTypeString", "alias": "AOISHPUNIT", "length": 15 }, { "name": "AOIREFAREA", "type": "esriFieldTypeDouble", "alias": "AOIREFAREA" }, { "name": "AOIREFUNIT", "type": "esriFieldTypeString", "alias": "AOIREFUNIT", "length": 15 }, { "name": "AOI_SQMI", "type": "esriFieldTypeDouble", "alias": "AOI_SQMI" }, { "name": "BASIN", "type": "esriFieldTypeString", "alias": "BASIN", "length": 30 }, { "name": "awdb_id", "type": "esriFieldTypeString", "alias": "awdb_id", "length": 30 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "The feature class containing the output buffers.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": {"wkt": "PROJCS[\"NAD_1983_Albers\",GEOGCS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Albers\"],PARAMETER[\"False_Easting\",0.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-96.0],PARAMETER[\"Standard_Parallel_1\",29.5],PARAMETER[\"Standard_Parallel_2\",45.5],PARAMETER[\"Latitude_Of_Origin\",23.0],UNIT[\"Meter\",1.0]]"}, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "POINTID", "type": "esriFieldTypeInteger", "alias": "POINTID" }, { "name": "GRID_CODE", "type": "esriFieldTypeDouble", "alias": "GRID_CODE" }, { "name": "AOISHPAREA", "type": "esriFieldTypeDouble", "alias": "AOISHPAREA" }, { "name": "AOISHPUNIT", "type": "esriFieldTypeString", "alias": "AOISHPUNIT", "length": 15 }, { "name": "AOIREFAREA", "type": "esriFieldTypeDouble", "alias": "AOIREFAREA" }, { "name": "AOIREFUNIT", "type": "esriFieldTypeString", "alias": "AOIREFUNIT", "length": 15 }, { "name": "AOI_SQMI", "type": "esriFieldTypeDouble", "alias": "AOI_SQMI" }, { "name": "BASIN", "type": "esriFieldTypeString", "alias": "BASIN", "length": 30 }, { "name": "awdb_id", "type": "esriFieldTypeString", "alias": "awdb_id", "length": 30 }, { "name": "BUFF_DIST", "type": "esriFieldTypeDouble", "alias": "BUFF_DIST" }, { "name": "ORIG_FID", "type": "esriFieldTypeInteger", "alias": "ORIG_FID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "buffer_distance_or_field", "dataType": "GPLinearUnit", "displayName": "Distance [value or field]", "description": "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.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "distance": 1000, "units": "esriMeters" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "line_side", "dataType": "GPString", "displayName": "Side Type", "description": "The sides of the input features that will be buffered.FULL\u2014For 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\u2014For line input features, buffers will be generated on the topological left of the line. This option is not valid for polygon input features.RIGHT\u2014For line input features, buffers will be generated on the topological right of the line. This option is not valid for polygon input features.OUTSIDE_ONLY\u2014For polygon input features, buffers will be generated only outside the input polygon (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 Basic or Standard license.", "direction": "esriGPParameterDirectionInput", "defaultValue": "FULL", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "FULL" ] }, { "name": "line_end_type", "dataType": "GPString", "displayName": "End Type", "description": "The shape of the buffer at the end of line input features. This parameter is not valid for polygon input features.ROUND\u2014The ends of the buffer will be round, in the shape of a half circle. This is the default. FLAT\u2014The 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 Basic or Standard license.", "direction": "esriGPParameterDirectionInput", "defaultValue": "ROUND", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "ROUND", "FLAT" ] }, { "name": "dissolve_option", "dataType": "GPString", "displayName": "Dissolve Type", "description": "Specifies the dissolve to be performed to remove buffer overlap.NONE\u2014An individual buffer for each feature is maintained, regardless of overlap. This is the default. ALL\u2014All buffers are dissolved together into a single feature, removing any overlap. LIST\u2014Any buffers sharing attribute values in the listed fields (carried over from the input features) are dissolved.", "direction": "esriGPParameterDirectionInput", "defaultValue": "NONE", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "NONE", "ALL", "LIST" ] }, { "name": "dissolve_field", "dataType": "GPMultiValue:GPString", "displayName": "Dissolve Field(s)", "description": "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.", "direction": "esriGPParameterDirectionInput", "defaultValue": [], "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "OBJECTID", "POINTID", "GRID_CODE", "AOISHPAREA", "AOISHPUNIT", "AOIREFAREA", "AOIREFUNIT", "AOI_SQMI", "BASIN", "awdb_id" ] }, { "name": "method", "dataType": "GPString", "displayName": "Method", "description": "Specifies what method to use, planar or geodesic, to create the buffer.PLANAR\u2014If 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 in order to create geodesic buffers. GEODESIC\u2014All buffers are created using a shape-preserving geodesic buffer method, regardless of input coordinate system.", "direction": "esriGPParameterDirectionInput", "defaultValue": "PLANAR", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "GEODESIC", "PLANAR" ] } ] }