Uses of Enum Class
org.springframework.data.mongodb.core.index.GeoSpatialIndexType
Packages that use GeoSpatialIndexType
Package
Description
Support for MongoDB document indexing.
-
Uses of GeoSpatialIndexType in org.springframework.data.mongodb.core.index
Subclasses with type arguments of type GeoSpatialIndexType in org.springframework.data.mongodb.core.indexMethods in org.springframework.data.mongodb.core.index that return GeoSpatialIndexTypeModifier and TypeMethodDescriptionstatic GeoSpatialIndexTypeReturns the enum constant of this class with the specified name.static GeoSpatialIndexType[]GeoSpatialIndexType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.index with parameters of type GeoSpatialIndexType