Share via


NamedCrs Class

Definition

Coordinate Reference System which is identified by name in the Azure Cosmos DB service.

[System.Runtime.Serialization.DataContract]
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonCrsConverterFactory))]
public sealed class NamedCrs : Azure.Cosmos.Spatial.Crs, IEquatable<Azure.Cosmos.Spatial.NamedCrs>
[<System.Runtime.Serialization.DataContract>]
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonCrsConverterFactory))>]
type NamedCrs = class
    inherit Crs
    interface IEquatable<NamedCrs>
Public NotInheritable Class NamedCrs
Inherits Crs
Implements IEquatable(Of NamedCrs)
Inheritance
NamedCrs
Attributes
Implements

Properties

Name

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

Type

Gets CRS type in the Azure Cosmos DB service.

(Inherited from Crs)

Methods

Equals(NamedCrs)

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

Equals(Object)

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

GetHashCode()

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

Applies to