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