public class GeoPointAnalyzerProperties extends Object
Constructor and Description |
---|
GeoPointAnalyzerProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String[] |
getLatitude() |
String[] |
getLongitude() |
GeoAnalyzerOptions |
getOptions() |
int |
hashCode() |
void |
setLatitude(String[] latitude) |
void |
setLongitude(String[] longitude) |
void |
setOptions(GeoAnalyzerOptions options) |
public String[] getLatitude()
public void setLatitude(String[] latitude)
public String[] getLongitude()
public void setLongitude(String[] longitude)
public GeoAnalyzerOptions getOptions()
GeoPointAnalyzerProperties
. These options should generally
remain unchanged.public void setOptions(GeoAnalyzerOptions options)
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.