|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wfs.getfeature.Query
public abstract class Query
Represents a Query operation as a part of a GetFeature request.
GetFeature| Constructor Summary | |
|---|---|
Query(java.lang.String handle,
TypeName[] typeNames,
java.lang.String featureVersion,
CRS srsName,
SortProperty[] sortBy)
Creates a new Query instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFeatureVersion()
Returns the version of the feature instances to be retrieved. |
java.lang.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(java.lang.String handle,
TypeName[] typeNames,
java.lang.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 null| Method Detail |
|---|
public java.lang.String getHandle()
public TypeName[] getTypeNames()
public java.lang.String getFeatureVersion()
public CRS getSrsName()
public SortProperty[] getSortBy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||