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

LinkedCrs Class

Definition

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

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

Properties

Name Description
Href

Gets the link which identifies the Coordinate Reference System in the Azure Cosmos DB service.

HrefType

Gets optional string which hints at the format used to represent CRS parameters at the provided Href in the Azure Cosmos DB service.

Type

Gets CRS type in the Azure Cosmos DB service.

(Inherited from Crs)

Methods

Name Description
Equals(LinkedCrs)

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

Equals(Object)

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

GetHashCode()

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

Applies to