public static enum AbstractFilterDelegate.SupportedGeosOptions extends Enum<AbstractFilterDelegate.SupportedGeosOptions>
| Enum Constant and Description |
|---|
ALL |
BBOX_ONLY |
GEOMETRY_ONLY |
POINT_RADUIS_AND_BBOX |
| Modifier and Type | Method and Description |
|---|---|
static AbstractFilterDelegate.SupportedGeosOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractFilterDelegate.SupportedGeosOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractFilterDelegate.SupportedGeosOptions BBOX_ONLY
public static final AbstractFilterDelegate.SupportedGeosOptions POINT_RADUIS_AND_BBOX
public static final AbstractFilterDelegate.SupportedGeosOptions GEOMETRY_ONLY
public static final AbstractFilterDelegate.SupportedGeosOptions ALL
public static AbstractFilterDelegate.SupportedGeosOptions[] values()
for (AbstractFilterDelegate.SupportedGeosOptions c : AbstractFilterDelegate.SupportedGeosOptions.values()) System.out.println(c);
public static AbstractFilterDelegate.SupportedGeosOptions 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 © 2014–2015 Cohesive Integrations, LLC. All rights reserved.