GeometryType Enumeration

 

Updated: June 30, 2017

Geometry type in the Azure DocumentDB database service.

Namespace:   Microsoft.Azure.Documents.Spatial
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
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.

IsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

IsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

IsPrimitive

Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.)

Return to top
Show: