SpatialType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a list of allowed OpenGisTypes types.
public enum SpatialType
type SpatialType =
Public Enum SpatialType
- Inheritance
-
SpatialType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown |
Point | 1 | Point |
LineString | 2 | Line String |
Polygon | 3 | Polygon |
MultiPoint | 4 | Multi-Point |
MultiLineString | 5 | Multi-Line-String |
MultiPolygon | 6 | Multi-Polygon |
Collection | 7 | Collection |
FullGlobe | 11 | Full Globe |