{ "name": "Near", "displayName": "Near", "description": "Geoprocessing tool that calculates distance and additional proximity information between features.", "category": "", "helpUrl": "https://zee.rs.gov.br/server/rest/directories/arcgisoutput/App/Near_GPServer/App_Near/Near.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Features", "description": "The input features that can be point, polyline, polygon, or multipoint type.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4674, "latestWkid": 4674 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "NM_MUNICIP", "type": "esriFieldTypeString", "alias": "NM_MUNICIP", "length": 60 }, { "name": "GEOCODIGO", "type": "esriFieldTypeInteger", "alias": "GEOCODIGO" }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 50 }, { "name": "G_MGS_H", "type": "esriFieldTypeDouble", "alias": "G_MGS_H" }, { "name": "G_MGS2_H", "type": "esriFieldTypeDouble", "alias": "G_MGS2_H" }, { "name": "C1_MGP_H", "type": "esriFieldTypeDouble", "alias": "C1_MGP_H" }, { "name": "C2_MGP_H", "type": "esriFieldTypeDouble", "alias": "C2_MGP_H" }, { "name": "C3_MGP_H", "type": "esriFieldTypeDouble", "alias": "C3_MGP_H" }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng" }, { "name": "NEAR_FID", "type": "esriFieldTypeInteger", "alias": "NEAR_FID" }, { "name": "NEAR_DIST", "type": "esriFieldTypeDouble", "alias": "NEAR_DIST" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "near_features", "dataType": "GPMultiValue:GPFeatureRecordSetLayer", "displayName": "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", "defaultValue": [], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "search_radius", "dataType": "GPLinearUnit", "displayName": "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", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "location", "dataType": "GPBoolean", "displayName": "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\u2014Locations will not be written to the output table. This is the default.Checked\u2014Locations will be written to the output table.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "angle", "dataType": "GPBoolean", "displayName": "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\u2014NEAR_ANGLE will not be added to the output table. This is the default. Checked\u2014NEAR_ANGLE will be added to the output table.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4674, "latestWkid": 4674 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "NM_MUNICIP", "type": "esriFieldTypeString", "alias": "NM_MUNICIP", "length": 60 }, { "name": "GEOCODIGO", "type": "esriFieldTypeInteger", "alias": "GEOCODIGO" }, { "name": "Symbol", "type": "esriFieldTypeString", "alias": "Symbol", "length": 50 }, { "name": "G_MGS_H", "type": "esriFieldTypeDouble", "alias": "G_MGS_H" }, { "name": "G_MGS2_H", "type": "esriFieldTypeDouble", "alias": "G_MGS2_H" }, { "name": "C1_MGP_H", "type": "esriFieldTypeDouble", "alias": "C1_MGP_H" }, { "name": "C2_MGP_H", "type": "esriFieldTypeDouble", "alias": "C2_MGP_H" }, { "name": "C3_MGP_H", "type": "esriFieldTypeDouble", "alias": "C3_MGP_H" }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "method", "dataType": "GPString", "displayName": "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\u2014Uses planar distances between the features. This is the default. GEODESIC\u2014Uses 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", "defaultValue": "PLANAR", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "PLANAR", "GEODESIC" ] } ] }