Uses of Class
com.c8db.model.GeoIndexOptions
-
Packages that use GeoIndexOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of GeoIndexOptions in com.c8db
Methods in com.c8db with parameters of type GeoIndexOptions Modifier and Type Method Description IndexEntityC8Collection. ensureGeoIndex(Iterable<String> fields, GeoIndexOptions options)Creates a geo-spatial index for the collection, if it does not already exist. -
Uses of GeoIndexOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type GeoIndexOptions Modifier and Type Method Description protected RequestInternalC8Collection. createGeoIndexRequest(Iterable<String> fields, GeoIndexOptions options)IndexEntityC8CollectionImpl. ensureGeoIndex(Iterable<String> fields, GeoIndexOptions options) -
Uses of GeoIndexOptions in com.c8db.model
Methods in com.c8db.model that return GeoIndexOptions Modifier and Type Method Description static GeoIndexOptionsOptionsBuilder. build(GeoIndexOptions options, Iterable<String> fields)protected GeoIndexOptionsGeoIndexOptions. fields(Iterable<String> fields)GeoIndexOptionsGeoIndexOptions. geoJson(Boolean geoJson)Methods in com.c8db.model with parameters of type GeoIndexOptions Modifier and Type Method Description static GeoIndexOptionsOptionsBuilder. build(GeoIndexOptions options, Iterable<String> fields)
-