Package com.azure.cosmos.models
Class SpatialSpec
java.lang.Object
com.azure.cosmos.models.SpatialSpec
The type Spatial spec.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Gets path.Gets the container of spatial types.Sets path.setSpatialTypes
(List<SpatialType> spatialTypes) Sets the container of spatial types.
-
Constructor Details
-
SpatialSpec
public SpatialSpec()Constructor.
-
-
Method Details
-
getPath
Gets path.- Returns:
- the path.
-
setPath
Sets path.- Parameters:
path
- the path.- Returns:
- the SpatialSpec.
-
getSpatialTypes
Gets the container of spatial types.- Returns:
- the container of spatial types.
-
setSpatialTypes
Sets the container of spatial types.- Parameters:
spatialTypes
- the container of spatial types.- Returns:
- the SpatialSpec.
-