GeometryType Enum

Definition

Geometry type in the Azure DocumentDB database service.

public enum GeometryType
Inheritance
GeometryType

Fields

GeometryCollection

Represents a geometry comprised of other geometries.

LineString

Sequence of connected line segments.

MultiLineString

Geometry consisting of several LineStrings.

MultiPoint

Represents geometry consisting of several points.

MultiPolygon

Represents a geometry comprised of several polygons.

Point

Represents single point.

Polygon

Represents a polygon with optional holes.