public static enum ShapeSearchSelection.GeoSearchType extends Enum<ShapeSearchSelection.GeoSearchType>
| Enum Constant and Description |
|---|
BoundingBox |
None |
Overlap |
Proximity |
| Modifier and Type | Method and Description |
|---|---|
static ShapeSearchSelection.GeoSearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeSearchSelection.GeoSearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeSearchSelection.GeoSearchType None
public static final ShapeSearchSelection.GeoSearchType BoundingBox
public static final ShapeSearchSelection.GeoSearchType Proximity
public static final ShapeSearchSelection.GeoSearchType Overlap
public static ShapeSearchSelection.GeoSearchType[] values()
for (ShapeSearchSelection.GeoSearchType c : ShapeSearchSelection.GeoSearchType.values()) System.out.println(c);
public static ShapeSearchSelection.GeoSearchType 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 © 2017. All Rights Reserved.