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 IndexEntity
ArangoCollection. 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 GeoIndexOptions
OptionsBuilder. build(GeoIndexOptions options, Iterable<String> fields)
GeoIndexOptions
GeoIndexOptions. geoJson(Boolean geoJson)
GeoIndexOptions
GeoIndexOptions. legacyPolygons(Boolean legacyPolygons)
Methods in com.arangodb.model with parameters of type GeoIndexOptions Modifier and Type Method Description static GeoIndexOptions
OptionsBuilder. build(GeoIndexOptions options, Iterable<String> fields)
-