|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wfs.getfeature.Query
public abstract class Query
Represents a Query
operation as a part of a GetFeature
request.
GetFeature
Constructor Summary | |
---|---|
Query(String handle,
TypeName[] typeNames,
String featureVersion,
CRS srsName,
SortProperty[] sortBy)
Creates a new Query instance. |
Method Summary | |
---|---|
String |
getFeatureVersion()
Returns the version of the feature instances to be retrieved. |
String |
getHandle()
Returns the client-generated identifier supplied with the query. |
SortProperty[] |
getSortBy()
Returns the properties whose values should be used to order the set of feature instances that satisfy the query. |
CRS |
getSrsName()
Returns the SRS that should be used for returned feature geometries. |
TypeName[] |
getTypeNames()
Returns the requested feature types (with optional aliases). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Query(String handle, TypeName[] typeNames, String featureVersion, CRS srsName, SortProperty[] sortBy)
Query
instance.
handle
- client-generated query identifier, may be nulltypeNames
- requested feature types (with optional aliases), can be nullfeatureVersion
- version of the feature instances to be retrieved, may be nullsrsName
- WFS-supported SRS that should be used for returned feature geometries, may be nullsortBy
- properties whose values should be used to order the set of feature instances that satisfy the query,
may be nullMethod Detail |
---|
public String getHandle()
public TypeName[] getTypeNames()
public String getFeatureVersion()
public CRS getSrsName()
public SortProperty[] getSortBy()
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |