Geometry format when exporting geometry to CSV.

Enumeration Members

Enumeration Members

ARCGIS_JSON

Geometry will be in ArcGIS Portal/REST JSON format (see https://developers.arcgis.com/web-map-specification/objects/geometry/).

GEO_JSON

Geometry will be in GeoJSON format (see http://geojson.org).

LAT_LON

Points only. Coordinates are in separate "latitude" and "longitude" columns.

NONE

Geometry will not be included.

WKT

Geometry will be in OGC WKT format (see https://en.wikipedia.org/wiki/Well-known_text).

XY

Points only. Coordinates are in separate "x" and "y" columns.

XYZ

Points only. Coordinates are in separate "x", "y", and "z" columns.