OpenGisGeographyType Enum

Definition

Lists supported and extended Open GIS geography types.

[System.CLSCompliant(true)]
public enum OpenGisGeographyType
[<System.CLSCompliant(true)>]
type OpenGisGeographyType = 
Public Enum OpenGisGeographyType
Inheritance
OpenGisGeographyType
Attributes

Fields

CircularString 8

A collection of zero or more continuous circular arc segments

CompoundCurve 9

A collection of zero or more continuous CircularString or LineString instances of either geometry or geography types.

CurvePolygon 10

CurvePolygon is a topologically closed surface defined by an exterior bounding ring and zero or more interior rings

FullGlobe 11

FullGlobe is a special type of Polygon that covers the entire globe.

GeometryCollection 7

GeometryCollection is a collection of zero or more geography instances.

LineString 2

LineString is a one-dimensional object that represents a sequence of points and the line segments connecting them.

MultiLineString 5

MultiLineString is a collection of zero or more geographyLineString instances.

MultiPoint 4

MultiPoint is a collection of zero or more points.

MultiPolygon 6

MultiPolygon is a collection of zero or more Polygon instances.

Point 1

Point is a 0-dimensional object that represents a single location.

Polygon 3

Polygon is a two-dimensional surface stored as a sequence of points defining an exterior bounding ring and zero or more interior rings.

Applies to