NamedCrs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 |
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
Azure SDK for .NET