Uses of Class
com.arangodb.model.GeoIndexOptions
-
Packages that use GeoIndexOptions Package Description com.arangodb com.arangodb.model -
-
Uses of GeoIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type GeoIndexOptions Modifier and Type Method Description IndexEntityArangoCollection. ensureGeoIndex(Iterable<String> fields, GeoIndexOptions options)Creates a geo-spatial index for the collection, if it does not already exist.CompletableFuture<IndexEntity>ArangoCollectionAsync. ensureGeoIndex(Iterable<String> fields, GeoIndexOptions options)Asynchronous version ofArangoCollection.ensureGeoIndex(Iterable, GeoIndexOptions) -
Uses of GeoIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return GeoIndexOptions Modifier and Type Method Description static GeoIndexOptionsOptionsBuilder. build(GeoIndexOptions options, Iterable<String> fields)GeoIndexOptionsGeoIndexOptions. geoJson(Boolean geoJson)GeoIndexOptionsGeoIndexOptions. legacyPolygons(Boolean legacyPolygons)Methods in com.arangodb.model with parameters of type GeoIndexOptions Modifier and Type Method Description static GeoIndexOptionsOptionsBuilder. build(GeoIndexOptions options, Iterable<String> fields)
-