ESRI.ArcGIS.DataManagementTools | |
ConvertCoordinateNotation Class Members | |
See Also Properties Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.DataManagementTools Namespace : ConvertCoordinateNotation Class |
The following tables list the members exposed by ConvertCoordinateNotation.
Name | Description | |
---|---|---|
ConvertCoordinateNotation Constructor | Overloaded. Constructor that takes all required parameters for geoprocessor execution. |
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
id_field | ID field from the input table. This may be used to join the output features back to the input table. (In, Optional) | |
in_table | Table containing the coordinate field(s) to convert. (In, Required) | |
input_coordinate_format | Coordinate format of the input fields. The default is DD. (In, Required) | |
out_featureclass | Output feature class of points. The attribute table will contain a field of the converted coordinates. (Out, Required) | |
output_coordinate_format | Format of the output coordinates in the output point feature class. The default is DD. (In, Required) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
spatial_reference | Spatial reference of the input coordinates. The default is GCS_WGS_1984. (In, Optional) | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. | |
x_field | X coordinate field name in the Input Table. For DD and DDM this is the longitude field. For DMS, GARS, GEOREF, UTM, USNG, and MGRS, this is the only field as these are single-string coordinate types. (In, Required) | |
y_field | Y coordinate field name in the input table. For DD and DDM this is the latitude field. This parameter is disabled for DMS, GARS, GEOREF, UTM, USNG, and MGRS. (In, Required) |