Enum GeoS2AnalyzerProperties.GeoS2AnalyzerType
java.lang.Object
java.lang.Enum<GeoS2AnalyzerProperties.GeoS2AnalyzerType>
com.arangodb.entity.arangosearch.analyzer.GeoS2AnalyzerProperties.GeoS2AnalyzerType
- All Implemented Interfaces:
Serializable
,Comparable<GeoS2AnalyzerProperties.GeoS2AnalyzerType>
- Enclosing class:
- GeoS2AnalyzerProperties
public static enum GeoS2AnalyzerProperties.GeoS2AnalyzerType
extends Enum<GeoS2AnalyzerProperties.GeoS2AnalyzerType>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
shape
(default): index all GeoJSON geometry types (Point, Polygon etc.) -
centroid
compute and only index the centroid of the input geometry -
point
only index GeoJSON objects of type Point, ignore all other geometry types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-