|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.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_LOOSE_BBOX
If present, the store shall apply the argument (an Envelope as a pre-filtering step. |
|
HINT_NO_GEOMETRIES
If present, the store can omit the geometry objects in the output. |
|
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_LOOSE_BBOX
Envelope
as a pre-filtering step.
public static final Query.QueryHint HINT_NO_GEOMETRIES
public static final Query.QueryHint HINT_SCALE
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
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |