Uses of Class
com.azure.resourcemanager.cosmos.models.SpatialType
-
Packages that use SpatialType Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of SpatialType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as SpatialType Modifier and Type Field Description static SpatialTypeSpatialType. LINE_STRINGStatic value LineString for SpatialType.static SpatialTypeSpatialType. MULTI_POLYGONStatic value MultiPolygon for SpatialType.static SpatialTypeSpatialType. POINTStatic value Point for SpatialType.static SpatialTypeSpatialType. POLYGONStatic value Polygon for SpatialType.Methods in com.azure.resourcemanager.cosmos.models that return SpatialType Modifier and Type Method Description static SpatialTypeSpatialType. fromString(String name)Creates or finds a SpatialType from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type SpatialType Modifier and Type Method Description List<SpatialType>SpatialSpec. types()Get the types property: List of path's spatial type.static Collection<SpatialType>SpatialType. values()Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type SpatialType Modifier and Type Method Description SpatialSpecSpatialSpec. withTypes(List<SpatialType> types)Set the types property: List of path's spatial type.
-