你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NamedCrs Class

Definition

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

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

Properties

Name Description
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

Name Description
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