OpenGisGeometryType 열거형
Lists Open GIS geometry types.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
<CLSCompliantAttribute(True)> _
Public Enumeration OpenGisGeometryType
‘사용 방법
Dim instance As OpenGisGeometryType
[CLSCompliantAttribute(true)]
public enum OpenGisGeometryType
[CLSCompliantAttribute(true)]
public enum class OpenGisGeometryType
[<CLSCompliantAttribute(true)>]
type OpenGisGeometryType
public enum OpenGisGeometryType
멤버
멤버 이름 | 설명 | |
---|---|---|
Point | Point is a 0-dimensional object that represents a single location. | |
LineString | LineString is a one-dimensional object representing a sequence of points and the line segments connecting them. | |
Polygon | Polygon is a two-dimensional surface stored as a sequence of points defining an exterior bounding ring and zero or more interior rings. | |
MultiPoint | MultiPoint is a collection of zero or more points. | |
MultiLineString | MultiLineString is a collection of zero or more geometryLineString instances. | |
MultiPolygon | MultiPolygon is a collection of zero or more Polygon instances. | |
GeometryCollection | GeometryCollection is a collection of zero or more geometry instances. |
주의
BeginGeomtry() in IGeometrySink interface uses this enum as a parameter.