Point Class

Definition

Point geometry class in the Azure Cosmos DB service.

public sealed class Point : Microsoft.Azure.Documents.Spatial.Geometry, IEquatable<Microsoft.Azure.Documents.Spatial.Point>
type Point = class
    inherit Geometry
    interface IEquatable<Point>
Public NotInheritable Class Point
Inherits Geometry
Implements IEquatable(Of Point)
Inheritance
Implements

Constructors

Point(Double, Double)

Initializes a new instance of the Point class in the Azure Cosmos DB service.

Point(Position)

Initializes a new instance of the Point class in the Azure Cosmos DB service.

Point(Position, GeometryParams)

Initializes a new instance of the Point class in the Azure Cosmos DB service.

Properties

AdditionalProperties

Gets additional properties in the Azure Cosmos DB service.

(Inherited from Geometry)
BoundingBox

Gets bounding box for this geometry in the Azure Cosmos DB service.

(Inherited from Geometry)
Crs

Gets the Coordinate Reference System for this geometry in the Azure Cosmos DB service.

(Inherited from Geometry)
Position

Gets point coordinates in the Azure Cosmos DB service.

Type

Gets geometry type in the Azure Cosmos DB service.

(Inherited from Geometry)

Methods

Equals(Object)

Determines whether the specified Point is equal to the current Point in the Azure Cosmos DB service.

Equals(Point)

Determines if this Point is equal to other in the Azure Cosmos DB service.

GetHashCode()

Serves as a hash function for the Point type in the Azure Cosmos DB service.

Extension Methods

Distance(Geometry, Geometry)

Distance in meters between two geometries in the Azure Cosmos DB service.

Intersects(Geometry, Geometry)

Checks if geometry1 intersects with geometry2.

IsValid(Geometry)

Determines if the geometry specified is valid and can be indexed or used in queries by Azure Cosmos DB service.

If a geometry is not valid, it will not be indexed. Also during query time invalid geometries are equivalent to undefined.

IsValidDetailed(Geometry)

Determines if the geometry specified is valid and can be indexed or used in queries by Azure Cosmos DB service.

If a geometry is not valid, it will not be indexed. Also during query time invalid geometries are equivalent to undefined.

Within(Geometry, Geometry)

Determines if innerGeometry is fully contained inside outerGeometry in the Azure Cosmos DB service.

Applies to