SpatialType Enumeration
Defines a list of allowed OpenGisTypes types.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Enumeration SpatialType
'Usage
Dim instance As SpatialType
public enum SpatialType
public enum class SpatialType
type SpatialType
public enum SpatialType
Members
Member name | Description | |
---|---|---|
Collection | The Collection. | |
FullGlobe | The Full Globe. | |
LineString | The Line String. | |
MultiLineString | The Multi-Line-String. | |
MultiPoint | The Multi-Point. | |
MultiPolygon | The Multi-Polygon. | |
Point | The Point. | |
Polygon | The Polygon. | |
Unknown | The Unknown. |