XY Table To Point

Titleā€ƒ XY Table To Point

Summary

Creates a point feature class based on x-, y-, and z-coordinates from a table.


Usage

Syntax

Parameter Explanation
in_table

The table containing the x- and y-coordinates that define the locations of the point features to create.

out_feature_class

The feature class containing the output point features.

x_field

The field in the input table that contains the x-coordinates (or longitude).

y_field

The field in the input table that contains the y-coordinates (or latitude).

z_field (Optional)

The field in the input table that contains the z-coordinates.

coordinate_system (Optional)

The coordinate system of the x- and y-coordinates. This will be the coordinate system of the output feature class.

esri_out_feature_service_name (Optional)

The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.

Code Samples

Tags

ascii, attribute, coordinate, coordinates, create, create points, csv, dbf, display, featureclass, gps, latitude, location, longitude, new, x, x y, x&y, x,y, y

Credits

Use limitations