SpatialType 枚举

定义允许的 OpenGisTypes 类型的列表。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public Enumeration SpatialType
用法
Dim instance As SpatialType
public enum SpatialType
public enum class SpatialType
type SpatialType
public enum SpatialType

成员

成员名称 说明
Unknown 未知。

Point 点。

LineString 行字符串。

Polygon 多边形。

MultiPoint 多个点。

MultiLineString 多行字符串。

MultiPolygon 多个多边形。

Collection 集合。

FullGlobe 完整的球形。

请参阅

参考

System.Spatial 命名空间