Crs Class
Definition
Represents Coordinate Reference System in the Azure DocumentDB database service.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Documents.Spatial.Converters.CrsJsonConverter))]
public abstract class Crs
- Inheritance
-
Crs
- Derived
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Constructors
| Crs(CrsType) |
Initializes a new instance of the Crs class in the Azure DocumentDB database service. |
Properties
| Default |
Gets default CRS in the Azure DocumentDB database service. Default CRS is named CRS with the name "urn:ogc:def:crs:OGC:1.3:CRS84". |
| Type |
Gets CRS type in the Azure DocumentDB database service. |
| Unspecified |
Gets "Unspecified" CRS in the Azure DocumentDB database service. No CRS can be assumed for Geometries having "Unspecified" CRS. |
Methods
| Linked(String) |
Creates linked CRS in the Azure DocumentDB database service. |
| Linked(String, String) |
Creates linked CRS with the optional type specified in the Azure DocumentDB database service. |
| Named(String) |
Creates named CRS with the name specified in the Azure DocumentDB database service. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |