다음을 통해 공유


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

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

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