public static enum GeoS2AnalyzerProperties.GeoS2AnalyzerType extends Enum<GeoS2AnalyzerProperties.GeoS2AnalyzerType>
| Enum Constant and Description |
|---|
centroid
compute and only index the centroid of the input geometry
|
point
only index GeoJSON objects of type Point, ignore all other geometry types
|
shape
(default): index all GeoJSON geometry types (Point, Polygon etc.)
|
| Modifier and Type | Method and Description |
|---|---|
static GeoS2AnalyzerProperties.GeoS2AnalyzerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoS2AnalyzerProperties.GeoS2AnalyzerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoS2AnalyzerProperties.GeoS2AnalyzerType shape
public static final GeoS2AnalyzerProperties.GeoS2AnalyzerType centroid
public static final GeoS2AnalyzerProperties.GeoS2AnalyzerType point
public static GeoS2AnalyzerProperties.GeoS2AnalyzerType[] values()
for (GeoS2AnalyzerProperties.GeoS2AnalyzerType c : GeoS2AnalyzerProperties.GeoS2AnalyzerType.values()) System.out.println(c);
public static GeoS2AnalyzerProperties.GeoS2AnalyzerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.