SpatialType Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. documentdb. SpatialType
- com.
- java.
public enum SpatialType
extends java.lang.Enum<SpatialType>
Defines the target data type of an index path specification in the Azure Cosmos DB service.
Fields
| LineString |
Represent a line string data type. |
| MultiPolygon |
Represent a multi-polygon data type. |
| Point |
Represent a point data type. |
| Polygon |
Represent a polygon data type. |