LinkedCrs 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 link in the Azure Cosmos DB service.
[System.Runtime.Serialization.DataContract]
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonCrsConverterFactory))]
public sealed class LinkedCrs : Azure.Cosmos.Spatial.Crs, IEquatable<Azure.Cosmos.Spatial.LinkedCrs>
[<System.Runtime.Serialization.DataContract>]
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonCrsConverterFactory))>]
type LinkedCrs = class
inherit Crs
interface IEquatable<LinkedCrs>
Public NotInheritable Class LinkedCrs
Inherits Crs
Implements IEquatable(Of LinkedCrs)
- Inheritance
- 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 |
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
Azure SDK for .NET