Uses of Class
com.arangodb.model.GeoIndexOptions
Packages that use GeoIndexOptions
-
Uses of GeoIndexOptions in com.arangodb
Methods in com.arangodb with parameters of type GeoIndexOptionsModifier and TypeMethodDescriptionArangoCollection.ensureGeoIndex
(Iterable<String> fields, GeoIndexOptions options) Creates a geo-spatial index for the collection, if it does not already exist.ArangoCollectionAsync.ensureGeoIndex
(Iterable<String> fields, GeoIndexOptions options) Asynchronous version ofArangoCollection.ensureGeoIndex(Iterable, GeoIndexOptions)
-
Uses of GeoIndexOptions in com.arangodb.internal
Methods in com.arangodb.internal with parameters of type GeoIndexOptionsModifier and TypeMethodDescriptionprotected InternalRequest
InternalArangoCollection.createGeoIndexRequest
(Iterable<String> fields, GeoIndexOptions options) ArangoCollectionAsyncImpl.ensureGeoIndex
(Iterable<String> fields, GeoIndexOptions options) ArangoCollectionImpl.ensureGeoIndex
(Iterable<String> fields, GeoIndexOptions options) -
Uses of GeoIndexOptions in com.arangodb.model
Methods in com.arangodb.model that return GeoIndexOptionsModifier and TypeMethodDescriptionstatic GeoIndexOptions
OptionsBuilder.build
(GeoIndexOptions options, Iterable<String> fields) GeoIndexOptions.legacyPolygons
(Boolean legacyPolygons) Methods in com.arangodb.model with parameters of type GeoIndexOptionsModifier and TypeMethodDescriptionstatic GeoIndexOptions
OptionsBuilder.build
(GeoIndexOptions options, Iterable<String> fields)