OpenGisGeometryType 枚举
列出打开的 GIS geometry 类型。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
[CLSCompliantAttribute(true)]
public enum OpenGisGeometryType
[CLSCompliantAttribute(true)]
public enum class OpenGisGeometryType
[<CLSCompliantAttribute(true)>]
type OpenGisGeometryType
<CLSCompliantAttribute(True)>
Public Enumeration OpenGisGeometryType
成员
成员名称 | 说明 | |
---|---|---|
CircularString | CircularString 是零个或多个连续圆弧线段的集合。 |
|
CompoundCurve | CompoundCurve 是几何图形或地域类型的零个或多个连续 CircularString 或 LineString 实例的集合。 |
|
CurvePolygon | CurvePolygon 是由一个外部边界环以及零个或多个内环界定的在拓扑结构上闭合的图面。 |
|
GeometryCollection | GeometryCollection 是零个或多个 geometry 实例的集合。 |
|
LineString | LineString 一个一维对象表示一系列点和将其连接的直线线段。 |
|
MultiLineString | MultiLineString 是零个或多集合 geometryLineString 实例。 |
|
MultiPoint | MultiPoint 是零个或多个点的集合。 |
|
MultiPolygon | MultiPolygon 是零个或多集合 Polygon 实例。 |
|
Point | Point 是表示单个位置的零维对象。 |
|
Polygon | Polygon 是存储为一系列点的二维表面,这些点定义一个外部边界环和零个或多个内部环。 |
备注
BeginGeomtry() 在 IGeometrySink 接口使用此 enum 作为参数。
另请参阅
Microsoft.SqlServer.Types 命名空间
返回页首