Display Name: Near
Description: Geoprocessing tool that calculates distance and additional proximity information between features.
Category:
Help URL: https://zee.rs.gov.br/server/rest/directories/arcgisoutput/App/Near_GPServer/App_Near/Near.htm
Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: in_features
Data Type: GPFeatureRecordSetLayer
Display Name Input Features
Description: The input features that can be point, polyline, polygon, or multipoint type.
Direction: esriGPParameterDirectionInput
Dependency:
Default Value:
Geometry Type: esriGeometryPolygon
HasZ: false
HasM: false
Spatial Reference: 4674
(4674)
Fields:
-
FID
(
type: esriFieldTypeOID, alias: FID
)
-
NM_MUNICIP
(
type: esriFieldTypeString, alias: NM_MUNICIP, length: 60
)
-
GEOCODIGO
(
type: esriFieldTypeInteger, alias: GEOCODIGO
)
-
Symbol
(
type: esriFieldTypeString, alias: Symbol, length: 50
)
-
G_MGS_H
(
type: esriFieldTypeDouble, alias: G_MGS_H
)
-
G_MGS2_H
(
type: esriFieldTypeDouble, alias: G_MGS2_H
)
-
C1_MGP_H
(
type: esriFieldTypeDouble, alias: C1_MGP_H
)
-
C2_MGP_H
(
type: esriFieldTypeDouble, alias: C2_MGP_H
)
-
C3_MGP_H
(
type: esriFieldTypeDouble, alias: C3_MGP_H
)
-
Shape_Leng
(
type: esriFieldTypeDouble, alias: Shape_Leng
)
-
NEAR_FID
(
type: esriFieldTypeInteger, alias: NEAR_FID
)
-
NEAR_DIST
(
type: esriFieldTypeDouble, alias: NEAR_DIST
)
-
Shape_Length
(
type: esriFieldTypeDouble, alias: Shape_Length
)
-
Shape_Area
(
type: esriFieldTypeDouble, alias: Shape_Area
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: near_features
Data Type: GPMultiValue:GPFeatureRecordSetLayer
Display Name Near Features
Description: One or more feature layers or feature classes containing near feature candidates. The near features can be of point, polyline, polygon, or multipoint. If multiple layers or feature classes are specified, a field named NEAR_FC is added to the input table and will store the paths of the source feature class containing the nearest feature found. The same feature class or layer may be used as both input and near features.
Direction: esriGPParameterDirectionInput
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: search_radius
Data Type: GPLinearUnit
Display Name Search Radius
Description: The radius used to search for near features. If no value is specified, all near features are considered. If a distance but no unit or unknown is specified, the units of the coordinate system of the input features are used. If the Geodesic option is used, a linear unit such as Kilometers or Miles should be used.
Direction: esriGPParameterDirectionInput
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: location
Data Type: GPBoolean
Display Name Location
Description: Specifies whether x- and y-coordinates of the closest location on the near feature will be written to NEAR_X and NEAR_Y fields. Unchecked—Locations will not be written to the output table. This is the default.Checked—Locations will be written to the output table.
Direction: esriGPParameterDirectionInput
Dependency:
Default Value: false
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: angle
Data Type: GPBoolean
Display Name Angle
Description: Specifies whether the near angle will be calculated and written to a NEAR_ANGLE field in the output table. A near angle measures direction of the line connecting an input feature to its nearest feature at their closest location. When the Planar method is used in the Method parameter, the angle is within the range of -180° to 180°, with 0° to the east, 90° to the north, 180° (or -180°) to the west, and -90° to the south. When the Geodesic method is used, the angle is within the range of -180° to 180°, with 0° to the north, 90° to the east, 180° (or -180°) to the south, and -90° to the west. Unchecked—NEAR_ANGLE will not be added to the output table. This is the default. Checked—NEAR_ANGLE will be added to the output table.
Direction: esriGPParameterDirectionInput
Dependency:
Default Value: false
Parameter Type: esriGPParameterTypeOptional
Category:
Parameter: out_feature_class
Data Type: GPFeatureRecordSetLayer
Display Name Output Feature Class
Description:
Direction: esriGPParameterDirectionOutput
Dependency:
Default Value:
Geometry Type: esriGeometryPolygon
HasZ: false
HasM: false
Spatial Reference: 4674
(4674)
Fields:
-
FID
(
type: esriFieldTypeOID, alias: FID
)
-
NM_MUNICIP
(
type: esriFieldTypeString, alias: NM_MUNICIP, length: 60
)
-
GEOCODIGO
(
type: esriFieldTypeInteger, alias: GEOCODIGO
)
-
Symbol
(
type: esriFieldTypeString, alias: Symbol, length: 50
)
-
G_MGS_H
(
type: esriFieldTypeDouble, alias: G_MGS_H
)
-
G_MGS2_H
(
type: esriFieldTypeDouble, alias: G_MGS2_H
)
-
C1_MGP_H
(
type: esriFieldTypeDouble, alias: C1_MGP_H
)
-
C2_MGP_H
(
type: esriFieldTypeDouble, alias: C2_MGP_H
)
-
C3_MGP_H
(
type: esriFieldTypeDouble, alias: C3_MGP_H
)
-
Shape_Leng
(
type: esriFieldTypeDouble, alias: Shape_Leng
)
-
Shape_Length
(
type: esriFieldTypeDouble, alias: Shape_Length
)
-
Shape_Area
(
type: esriFieldTypeDouble, alias: Shape_Area
)
Features: None.
Parameter Type: esriGPParameterTypeDerived
Category:
Parameter: method
Data Type: GPString
Display Name Method
Description: Determines whether to use a shortest path on a spheroid (geodesic) or a flat earth (planar) method. It is strongly suggested to use the Geodesic method with data stored in a coordinate system that is not appropriate for distance measurements (for example, Web Mercator or any geographic coordinate system) and any analysis that spans a large geographic area.PLANAR—Uses planar distances between the features. This is the default. GEODESIC—Uses geodesic distances between features. This method takes into account the curvature of the spheroid and correctly deals with data near the dateline and poles.
Direction: esriGPParameterDirectionInput
Dependency:
Default Value: PLANAR
Parameter Type: esriGPParameterTypeOptional
Category:
Choice List: [ PLANAR, GEODESIC ]
Supported Operations:
Submit Job