Microsoft.Azure.Documents.Spatial Namespace
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.
Bounding |
Represents a coordinate range for geometries in the Azure Cosmos DB service. |
Crs |
Represents Coordinate Reference System in the Azure Cosmos DB service. |
Geometry |
Base class for spatial geometry objects in the Azure Cosmos DB service. |
Geometry |
Operations supported on Geometry type in the Azure Cosmos DB service. These operations are to be used in LINQ expressions only and will be evaluated on server. There's no implementation provided in the client library. |
Geometry |
Not frequently used geometry parameters in the Azure Cosmos DB service. |
Geometry |
Return value of IsValidDetailed(Geometry) in the Azure Cosmos DB service. Contains detailed description why a geometyr is invalid. |
Linear |
A LinearRing is closed LineString with 4 or more positions. The first and last positions are equivalent (they represent equivalent points). Though a LinearRing is not explicitly represented as a GeoJSON geometry type, it is referred to in the Polygon geometry type definition in the Azure Cosmos DB service. |
Line |
Represents a geometry consisting of connected line segments. |
Linked |
Coordinate Reference System which is identified by link in the Azure Cosmos DB service. |
Named |
Coordinate Reference System which is identified by name in the Azure Cosmos DB service. |
Point |
Point geometry class in the Azure Cosmos DB service. |
Polygon |
Polygon geometry class in the Azure Cosmos DB service. A polygon is represented by the set of "polygon rings". Each ring is closed line string. First ring defines external ring. All subsequent rings define "holes" in the external ring. Rings must be specified using Left Hand Rule: traversing the ring in the order of its points, should result in internal area of the polygon being to the left side. |
Position |
A position is represented by an array of numbers in the Azure Cosmos DB service. There must be at least two elements, and may be more. The order of elements must follow longitude, latitude, altitude. Any number of additional elements are allowed - interpretation and meaning of additional elements is up to the application. |
Crs |
Type of Coordinate Reference System in the Azure Cosmos DB service. |
Geometry |
Geometry type in the Azure Cosmos DB service. |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: