ShpExportOptions.ShapeType Property
Gets or sets the shapefile shape type used to export the vector layer content.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
#Property Value
Type | Description |
---|---|
Shape |
A Shape |
Available values:
Name | Description |
---|---|
Point | A point consists of a pair of XY-coordinates. |
Poly |
A set of vertices that consists of one or more connected sequences of two or more Points. |
Polygon | A set of one ore more connected sequences of four or more Points that form a closed loop. |
Multi |
A set of Points. |
Point |
A point consists of a triplet of XYZ-coordinates and a measure. |
Poly |
A set of vertices that consist of one or more connected sequences of two or more Point |
Polygon |
A set of one ore more connected sequences of four or more Point |
Multi |
A set of Point |
Point |
A point consists of a pair of XY-coordinates and a measure. |
Poly |
A set of vertices that consists of one or more connected sequences of two or more Point |
Polygon |
A set of one ore more connected sequences of four or more Point |
Multi |
A set of Point |