Point Class

Definition

Point geometry class in the Azure DocumentDB database service.

public sealed class Point : Microsoft.Azure.Documents.Spatial.Geometry, IEquatable<Microsoft.Azure.Documents.Spatial.Point>
Inheritance
Implements

Inherited Members

Microsoft.Azure.Documents.Spatial.Geometry

Constructors

Point(Position)

Initializes a new instance of the Point class in the Azure DocumentDB database service.

Point(Position, GeometryParams)

Initializes a new instance of the Point class in the Azure DocumentDB database service.

Point(Double, Double)

Initializes a new instance of the Point class in the Azure DocumentDB database service.

Properties

Position

Gets point coordinates in the Azure DocumentDB database service.

Methods

Equals(Point)

Determines if this Point is equal to other in the Azure DocumentDB database service.

Equals(Object)

Determines whether the specified Point is equal to the current Point in the Azure DocumentDB database service.

GetHashCode()

Serves as a hash function for the Point type in the Azure DocumentDB database service.

Extension Methods

Distance(Geometry, Geometry)
Intersects(Geometry, Geometry)
IsValid(Geometry)
IsValidDetailed(Geometry)
Within(Geometry, Geometry)
IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)