This topic has not yet been rated - Rate this topic

OpenGisGeometryType Enumeration

Lists Open GIS geometry types.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[CLSCompliantAttribute(true)]
public enum class OpenGisGeometryType
Member nameDescription
PointPoint is a 0-dimensional object that represents a single location.
LineStringLineString is a one-dimensional object representing a sequence of points and the line segments connecting them.
PolygonPolygon is a two-dimensional surface stored as a sequence of points defining an exterior bounding ring and zero or more interior rings.
MultiPointMultiPoint is a collection of zero or more points.
MultiLineStringMultiLineString is a collection of zero or more geometry LineString instances.
MultiPolygonMultiPolygon is a collection of zero or more Polygon instances.
GeometryCollectionGeometryCollection is a collection of zero or more geometry instances.
CircularStringA CircularString is a collection of zero or more continuous circular arc segments.
CompoundCurveA CompoundCurve is a collection of zero or more continuous CircularString or LineString instances of either geometry or geography types.
CurvePolygonA CurvePolygon is a topologically closed surface defined by an exterior bounding ring and zero or more interior rings.

BeginGeomtry() in IGeometrySink interface uses this enum as a parameter.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.