Class GeoJSONAnalyzerProperties
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.GeoJSONAnalyzerProperties
-
public final class GeoJSONAnalyzerProperties extends Object
- Author:
- Michele Rastelli
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoJSONAnalyzerProperties.GeoJSONAnalyzerType
-
Constructor Summary
Constructors Constructor Description GeoJSONAnalyzerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GeoAnalyzerOptionsgetOptions()GeoJSONAnalyzerProperties.GeoJSONAnalyzerTypegetType()inthashCode()voidsetOptions(GeoAnalyzerOptions options)voidsetType(GeoJSONAnalyzerProperties.GeoJSONAnalyzerType type)
-
-
-
Method Detail
-
getType
public GeoJSONAnalyzerProperties.GeoJSONAnalyzerType getType()
-
setType
public void setType(GeoJSONAnalyzerProperties.GeoJSONAnalyzerType type)
-
getOptions
public GeoAnalyzerOptions getOptions()
- Returns:
- Options for fine-tuning geo queries
GeoJSONAnalyzerProperties. These options should generally remain unchanged.
-
setOptions
public void setOptions(GeoAnalyzerOptions options)
-
-