GeometryOperationExtensions.IsValidDetailed Method

Definition

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.

public static Microsoft.Azure.Documents.Spatial.GeometryValidationResult IsValidDetailed (this Microsoft.Azure.Documents.Spatial.Geometry geometry);
Parameters
geometry
Geometry

The geometry to check for validity.

Returns

Remarks

Currently this function supports geometry of type Point and Polygon.