Class GeoAnalyzerOptions
- java.lang.Object
-
- com.arangodb.entity.arangosearch.analyzer.GeoAnalyzerOptions
-
public final class GeoAnalyzerOptions extends Object
- Author:
- Michele Rastelli
-
-
Constructor Summary
Constructors Constructor Description GeoAnalyzerOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getMaxCells()
Integer
getMaxLevel()
Integer
getMinLevel()
int
hashCode()
void
setMaxCells(Integer maxCells)
void
setMaxLevel(Integer maxLevel)
void
setMinLevel(Integer minLevel)
-
-
-
Method Detail
-
getMaxCells
public Integer getMaxCells()
- Returns:
- maximum number of S2 cells (default: 20)
-
setMaxCells
public void setMaxCells(Integer maxCells)
-
getMinLevel
public Integer getMinLevel()
- Returns:
- the least precise S2 level (default: 4)
-
setMinLevel
public void setMinLevel(Integer minLevel)
-
getMaxLevel
public Integer getMaxLevel()
- Returns:
- the most precise S2 level (default: 23)
-
setMaxLevel
public void setMaxLevel(Integer maxLevel)
-
-