GeometryOperationExtensions Class

 

Updated: June 30, 2017

Operations supported on Geometry type in the Azure DocumentDB database 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.

Namespace:   Microsoft.Azure.Documents.Spatial
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

SystemObject
  Microsoft.Azure.Documents.SpatialGeometryOperationExtensions

No code example is currently available or this language may not be supported.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDistance

Distance in meters between two geometries in the Azure DocumentDB database service.

System_CAPS_pubmethodSystem_CAPS_staticIntersects

Checks if geometry1 intersects with geometry2.

System_CAPS_pubmethodSystem_CAPS_staticIsValid

Determines if the geometry specified is valid and can be indexed or used in queries by Azure DocumentDB database service.

If a geometry is not valid, it will not be indexed. Also during query time invalid geometries are equivalent to undefined.

System_CAPS_pubmethodSystem_CAPS_staticIsValidDetailed

Determines if the geometry specified is valid and can be indexed or used in queries by Azure DocumentDB database service.

If a geometry is not valid, it will not be indexed. Also during query time invalid geometries are equivalent to undefined.

System_CAPS_pubmethodSystem_CAPS_staticWithin

Determines if innerGeometry is fully contained inside outerGeometry in the Azure DocumentDB database service.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: