This topic has not yet been rated - Rate this topic

OpenGisGeographyType Enumeration

Lists supported and extended Open GIS geography types.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[CLSCompliantAttribute(true)]
public enum OpenGisGeographyType
Member nameDescription
PointPoint is a 0-dimensional object that represents a single location.
LineStringLineString is a one-dimensional object that represents 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 geography LineString instances.
MultiPolygonMultiPolygon is a collection of zero or more Polygon instances.
GeometryCollectionGeometryCollection is a collection of zero or more geography instances.
CircularStringA collection of zero or more continuous circular arc segments
CompoundCurveA collection of zero or more continuous CircularString or LineString instances of either geometry or geography types.
CurvePolygonCurvePolygon is a topologically closed surface defined by an exterior bounding ring and zero or more interior rings
FullGlobeFullGlobe is a special type of Polygon that covers the entire globe.

BeginGeography()in IGeographySink interface uses this enum as a parameter.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.