Add XYZ Coordinates Batch
Adds X, Y, Z coordinates in a batch mode to the attribute table of multipoint, polyline or polygon layers.
Parameter |
Comments |
Input features <Input_Features;Input_Features...> |
The point, polyline or polygon layers for which X, Y, and Z coordinates will be added to the attribute tables. |
Source point type for multipoints <CENTER | NEAREST_TO_CENTER> |
Specifies, coordinates of what source point will be added to attribute tables of multipoint layers: • CENTER - coordinates of the central point will be added • NEAREST_TO_CENTER - coordinates of the real point nearest to center will be added |
Source point type for polylines <CENTER | START | END> |
Specifies, coordinates of what source point will be added to attribute tables of polyline layers: • CENTER - coordinates of the central point will be added • START - coordinates of the first polyline point will be added • END - coordinates of the last polyline point will be added |
Source point type for polygons <CENTER | LABEL> |
Specifies, coordinates of what source point will be added to attribute tables of polygon layers: • CENTER - coordinates of the central point will be added • LABEL - coordinates of the label point will be added |
X/Longitude field name {X_Field_Name} |
X coordinate output field name. |
Y/Latitude field name {Y_Field_Name} |
Y coordinate output field name. |
Z field name {Z_Field_Name} |
Z coordinate output field name. |
Output spatial reference {Output_Spatial_Reference} |
Specifies if coordinates will be projected using the selected output spatial reference. |
Angular units format {DDM | DMS} |
Specified if coordinates in decimal degrees (DD) will be converted into DMS (D° M' S.SS") or DDM (D° M.MM') format. |
Note:
This XTools Pro geoprocessing script is similar to the XTools Pro Add XYZ Coordinates geoprocessing tool but allows for batch processing.