Display Name: Point Distance
Description: Geoprocessing tool that determines the distances from input point features to all points in the near features.
Category:
Help URL: https://agsserver.sigsa.info/arcgis/rest/directories/arcgisoutput/sacmex/PointDistance_GPServer/sacmex_PointDistance/PointDistance.htm
Execution Type: esriExecutionTypeAsynchronous
Parameters:
Parameter: in_features
Data Type: GPFeatureRecordSetLayer
Display Name Input Features
Description: The point features from which distances to the near features will be calculated.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value:
Geometry Type: esriGeometryPoint
HasZ: true
HasM: false
Spatial Reference: 102100
(3857)
Fields:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
-
id
(
type: esriFieldTypeInteger, alias: Id. Llave
)
-
nom_estab
(
type: esriFieldTypeString, alias: Nombre del Establecimiento, length: 150
)
-
raz_social
(
type: esriFieldTypeString, alias: Razón Social, length: 150
)
-
codigo_act
(
type: esriFieldTypeString, alias: Código de Actividad Económica, length: 6
)
-
nombre_act
(
type: esriFieldTypeString, alias: Descripción de Actividad Económica, length: 250
)
-
per_ocu
(
type: esriFieldTypeString, alias: Personal Ocupado, length: 25
)
-
tipo_vial
(
type: esriFieldTypeString, alias: Tipo de Vialidad, length: 50
)
-
nom_vial
(
type: esriFieldTypeString, alias: Nombre de Vialidad, length: 150
)
-
tipo_v_e_1
(
type: esriFieldTypeString, alias: Tipo de Referencia 1, length: 50
)
-
nom_v_e_1
(
type: esriFieldTypeString, alias: Nombre de Referencia 1, length: 150
)
-
tipo_v_e_2
(
type: esriFieldTypeString, alias: Tipo de Referencia 2, length: 50
)
-
nom_v_e_2
(
type: esriFieldTypeString, alias: Nombre de Referencia 2, length: 150
)
-
tipo_v_e_3
(
type: esriFieldTypeString, alias: Tipo de Referencia 3, length: 50
)
-
nom_v_e_3
(
type: esriFieldTypeString, alias: Nombre de Referencia 3, length: 150
)
-
numero_ext
(
type: esriFieldTypeInteger, alias: Número Exterior
)
-
letra_ext
(
type: esriFieldTypeString, alias: Número Exterior (Letra), length: 35
)
-
edificio
(
type: esriFieldTypeString, alias: Nombre del Edificio, length: 50
)
-
edificio_e
(
type: esriFieldTypeString, alias: Piso del Edificio, length: 25
)
-
numero_int
(
type: esriFieldTypeInteger, alias: Número Interior
)
-
letra_int
(
type: esriFieldTypeString, alias: Número Interior (Letra), length: 35
)
-
tipo_asent
(
type: esriFieldTypeString, alias: Tipo de Asentamiento, length: 50
)
-
nom_asent
(
type: esriFieldTypeString, alias: Nombre del Asentamiento, length: 150
)
-
tipoCenCom
(
type: esriFieldTypeString, alias: Tipo de Plaza, length: 40
)
-
nom_CenCom
(
type: esriFieldTypeString, alias: Nombre de la Plaza, length: 150
)
-
num_local
(
type: esriFieldTypeString, alias: Local, length: 20
)
-
cod_postal
(
type: esriFieldTypeString, alias: Código Postal, length: 5
)
-
cve_ent
(
type: esriFieldTypeString, alias: Clave de la Entidad, length: 2
)
-
entidad
(
type: esriFieldTypeString, alias: Nombre de la Entidad, length: 250
)
-
cve_mun
(
type: esriFieldTypeString, alias: Clave del Municipio, length: 3
)
-
municipio
(
type: esriFieldTypeString, alias: Nombre del Municipio, length: 250
)
-
cve_loc
(
type: esriFieldTypeString, alias: Clave de la Localidad, length: 4
)
-
localidad
(
type: esriFieldTypeString, alias: Nombre de la Localidad, length: 250
)
-
ageb
(
type: esriFieldTypeString, alias: Clave de AGEB, length: 4
)
-
manzana
(
type: esriFieldTypeString, alias: Manzana, length: 3
)
-
telefono
(
type: esriFieldTypeString, alias: Teléfono, length: 15
)
-
correoelec
(
type: esriFieldTypeString, alias: Correo Electrónico, length: 75
)
-
www
(
type: esriFieldTypeString, alias: Sitio Web, length: 100
)
-
tipoUniEco
(
type: esriFieldTypeString, alias: Tipo de Establecimiento, length: 10
)
-
latitud
(
type: esriFieldTypeDouble, alias: Latitud
)
-
longitud
(
type: esriFieldTypeDouble, alias: Longitud
)
-
fecha_alta
(
type: esriFieldTypeDate, alias: Fecha de Alta, length: 8
)
-
TP
(
type: esriFieldTypeString, alias: TP, length: 50
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: near_features
Data Type: GPFeatureRecordSetLayer
Display Name Near Features
Description: The points to which distances from the input features will be calculated. Distances between points within the same feature class or layer can be determined by specifying the same feature class or layer for the input and near features.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value:
Geometry Type: esriGeometryPoint
HasZ: false
HasM: false
Spatial Reference: 102100
(3857)
Fields:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
-
id
(
type: esriFieldTypeSmallInteger, alias: id
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: out_table
Data Type: GPRecordSet
Display Name Output Table
Description: The table containing the list of input features and information about all near features within the search radius. If a search radius is not specified, distances from all input features to all near features are calculated.
Direction: esriGPParameterDirectionOutput
Filter:
Dependency:
Default Value:
Fields:
-
INPUT_FID
(
type: esriFieldTypeInteger, alias: INPUT_FID
)
-
NEAR_FID
(
type: esriFieldTypeInteger, alias: NEAR_FID
)
-
DISTANCE
(
type: esriFieldTypeDouble, alias: DISTANCE
)
-
ObjectId
(
type: esriFieldTypeOID, alias: ObjectId
)
Features: None.
Parameter Type: esriGPParameterTypeRequired
Category:
Parameter: search_radius
Data Type: GPLinearUnit
Display Name Search Radius
Description: Specifies the radius used to search for candidate near features. The near features within this radius are considered for calculating the nearest feature. If no value is specified (that is, the default (empty) radius is used) all near features are considered for calculation. The unit of search radius defaults to units of the input features. The units can be changed to any other unit. However, this has no impact on the units of the output DISTANCE field which is based on the units of the coordinate system of the input features.
Direction: esriGPParameterDirectionInput
Filter:
Dependency:
Default Value:
Parameter Type: esriGPParameterTypeOptional
Category:
Supported Operations:
Submit Job
Child Resources:
Metadata