NamedCrs Class

Definition

Coordinate Reference System which is identified by name in the Azure DocumentDB database service.

public sealed class NamedCrs : Microsoft.Azure.Documents.Spatial.Crs, IEquatable<Microsoft.Azure.Documents.Spatial.NamedCrs>
Inheritance
NamedCrs
Implements

Inherited Members

Microsoft.Azure.Documents.Spatial.Crs

Properties

Name

Gets a name identifying a coordinate reference system in the Azure DocumentDB database service. For example "urn:ogc:def:crs:OGC:1.3:CRS84".

Methods

Equals(NamedCrs)

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

Equals(Object)

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

GetHashCode()

Serves as a hash function for the name identifying a coordinate reference system in the Azure DocumentDB database service.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)