public enum WKTExportFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum WKTExportFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum WKTExportFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum WKTExportFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
wktExportDefaults | Exports the geometry as is based on its type. Attributes such as z and m values are exported. |
wktExportFailIfNotSimple | Throws an exception if the geometry is not topologically simple. Applies only to Polygon and Polyline geometry types. |
wktExportLinestring | Exports a MultiLineString with one LineString as a LineString. |
wktExportMultiLineString | Exports a LineString as a MultiLineString |
wktExportMultipoint | Exports a Point as a Multipoint. |
wktExportMultiPolygon | Exports a Polygon as a MultiPolygon. |
wktExportPoint | Exports a Multipoint with one Point as a Point. |
wktExportPolygon | Exports a MultiPolygon with one Polygon as a Polygon. |
wktExportStripMs | Removes M values from the exported shape. |
wktExportStripZs | Removes Z values from the exported shape. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Geometry.WKTExportFlags
Target Platforms: Windows 10, Windows 8.1