public static enum GeoSpatial.GeoFunction extends Enum<GeoSpatial.GeoFunction>
Enum Constant and Description |
---|
IN_CIRCLE |
IN_RECTANGLE |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static GeoSpatial.GeoFunction |
forName(String name) |
String |
toString() |
static GeoSpatial.GeoFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoSpatial.GeoFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoSpatial.GeoFunction IN_CIRCLE
public static final GeoSpatial.GeoFunction IN_RECTANGLE
public static final GeoSpatial.GeoFunction UNDEFINED
public static GeoSpatial.GeoFunction[] values()
for (GeoSpatial.GeoFunction c : GeoSpatial.GeoFunction.values()) System.out.println(c);
public static GeoSpatial.GeoFunction 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 nullpublic static GeoSpatial.GeoFunction forName(String name)
public String toString()
toString
in class Enum<GeoSpatial.GeoFunction>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.