Display Name: Buffer
Description: Creates buffer polygons around input features to a specified distance.
Category:
Help URL: http://bagis.geog.pdx.edu/arcgis/rest/directories/arcgisoutput/eBAGIS_Tools/Buffer_Pourpoint_1KM_GPServer/eBAGIS_Tools_Buffer_Pourpoint_1KM/Buffer.htm
Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: in_features
Data Type: GPFeatureRecordSetLayer
Display Name Input Features
Description: The input point, line, or polygon features to be buffered.
Direction: esriGPParameterDirectionInput
Default Value:
Geometry Type: esriGeometryPoint
HasZ: false
HasM: false
Spatial Reference: 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:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
-
POINTID
(
type: esriFieldTypeInteger, alias: POINTID
)
-
GRID_CODE
(
type: esriFieldTypeDouble, alias: GRID_CODE
)
-
AOISHPAREA
(
type: esriFieldTypeDouble, alias: AOISHPAREA
)
-
AOISHPUNIT
(
type: esriFieldTypeString, alias: AOISHPUNIT, length: 15
)
-
AOIREFAREA
(
type: esriFieldTypeDouble, alias: AOIREFAREA
)
-
AOIREFUNIT
(
type: esriFieldTypeString, alias: AOIREFUNIT, length: 15
)
-
AOI_SQMI
(
type: esriFieldTypeDouble, alias: AOI_SQMI
)
-
BASIN
(
type: esriFieldTypeString, alias: BASIN, length: 30
)
-
awdb_id
(
type: esriFieldTypeString, alias: awdb_id, length: 30
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: out_feature_class
Data Type: GPFeatureRecordSetLayer
Display Name Output Feature Class
Description: The feature class containing the output buffers.
Direction: esriGPParameterDirectionOutput
Default Value:
Geometry Type: esriGeometryPoint
HasZ: false
HasM: false
Spatial Reference: 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:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
-
POINTID
(
type: esriFieldTypeInteger, alias: POINTID
)
-
GRID_CODE
(
type: esriFieldTypeDouble, alias: GRID_CODE
)
-
AOISHPAREA
(
type: esriFieldTypeDouble, alias: AOISHPAREA
)
-
AOISHPUNIT
(
type: esriFieldTypeString, alias: AOISHPUNIT, length: 15
)
-
AOIREFAREA
(
type: esriFieldTypeDouble, alias: AOIREFAREA
)
-
AOIREFUNIT
(
type: esriFieldTypeString, alias: AOIREFUNIT, length: 15
)
-
AOI_SQMI
(
type: esriFieldTypeDouble, alias: AOI_SQMI
)
-
BASIN
(
type: esriFieldTypeString, alias: BASIN, length: 30
)
-
awdb_id
(
type: esriFieldTypeString, alias: awdb_id, length: 30
)
-
BUFF_DIST
(
type: esriFieldTypeDouble, alias: BUFF_DIST
)
-
ORIG_FID
(
type: esriFieldTypeInteger, alias: ORIG_FID
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: buffer_distance_or_field
Data Type: GPLinearUnit
Display Name 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
Default Value: 1000.0 (esriMeters)
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: line_side
Data Type: GPString
Display Name Side Type
Description: 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.OUTSIDE_ONLY—For 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
Default Value: FULL
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ FULL ]
Parameter: line_end_type
Data Type: GPString
Display Name 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—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 Basic or Standard license.
Direction: esriGPParameterDirectionInput
Default Value: ROUND
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ ROUND, FLAT ]
Parameter: dissolve_option
Data Type: GPString
Display Name Dissolve Type
Description: Specifies the dissolve to be performed to remove buffer overlap.NONE—An individual buffer for each feature is maintained, regardless of overlap. This is the default. ALL—All buffers are dissolved together into a single feature, removing any overlap. LIST—Any buffers sharing attribute values in the listed fields (carried over from the input features) are dissolved.
Direction: esriGPParameterDirectionInput
Default Value: NONE
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ NONE, ALL, LIST ]
Parameter: dissolve_field
Data Type: GPMultiValue:GPString
Display Name 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
Default Value:
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ OBJECTID, POINTID, GRID_CODE, AOISHPAREA, AOISHPUNIT, AOIREFAREA, AOIREFUNIT, AOI_SQMI, BASIN, awdb_id ]
Parameter: method
Data Type: GPString
Display Name Method
Description: Specifies what 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 in order to create geodesic buffers. GEODESIC—All buffers are created using a shape-preserving geodesic buffer method, regardless of input coordinate system.
Direction: esriGPParameterDirectionInput
Default Value: PLANAR
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ GEODESIC, PLANAR ]
Supported Operations:
Submit Job