Uses of Enum
com.azure.cosmos.models.SpatialType
Packages that use SpatialType
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of SpatialType in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return SpatialTypeModifier and TypeMethodDescriptionstatic SpatialTypeReturns the enum constant of this type with the specified name.static SpatialType[]SpatialType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.cosmos.models that return types with arguments of type SpatialTypeModifier and TypeMethodDescriptionSpatialSpec.getSpatialTypes()Gets the container of spatial types.Method parameters in com.azure.cosmos.models with type arguments of type SpatialTypeModifier and TypeMethodDescriptionSpatialSpec.setSpatialTypes(List<SpatialType> spatialTypes) Sets the container of spatial types.