Uses of Class
com.azure.resourcemanager.cosmos.models.SpatialType
Packages that use SpatialType
Package
Description
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 SpatialTypeModifier and TypeFieldDescriptionstatic final SpatialTypeSpatialType.LINE_STRINGStatic value LineString for SpatialType.static final SpatialTypeSpatialType.MULTI_POLYGONStatic value MultiPolygon for SpatialType.static final SpatialTypeSpatialType.POINTStatic value Point for SpatialType.static final SpatialTypeSpatialType.POLYGONStatic value Polygon for SpatialType.Methods in com.azure.resourcemanager.cosmos.models that return SpatialTypeModifier and TypeMethodDescriptionstatic 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 SpatialTypeModifier and TypeMethodDescriptionSpatialSpec.types()Get the types property: List of path's spatial type.static Collection<SpatialType>SpatialType.values()Gets known SpatialType values.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type SpatialTypeModifier and TypeMethodDescriptionSpatialSpec.withTypes(List<SpatialType> types) Set the types property: List of path's spatial type.