| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Query.QueryHint>
org.deegree.feature.persistence.query.Query.QueryHint
public static enum Query.QueryHint
Names for hints and additional parameters that a FeatureStore implementation may take into account to
 increase efficient query processing.
| Enum Constant Summary | |
|---|---|
HINT_RESOLUTION
If present, the store can simplify geometries according to the resolution.  | 
|
HINT_SCALE
If present, the store can use a different LOD for the scale.  | 
|
| Method Summary | |
|---|---|
static Query.QueryHint | 
valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static Query.QueryHint[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final Query.QueryHint HINT_SCALE
public static final Query.QueryHint HINT_RESOLUTION
| Method Detail | 
|---|
public static Query.QueryHint[] values()
for (Query.QueryHint c : Query.QueryHint.values()) System.out.println(c);
public static Query.QueryHint valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||