|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wfs.query.Query org.deegree.protocol.wfs.query.AdHocQuery
public abstract class AdHocQuery
A self-contained Query
.
Constructor Summary | |
---|---|
AdHocQuery(String handle,
TypeName[] typeNames,
String featureVersion,
ICRS srsName,
ProjectionClause[] projectionClauses,
SortProperty[] sortBy)
Creates a new AdHocQuery instance. |
Method Summary | |
---|---|
String |
getFeatureVersion()
Returns the version of the feature instances to be retrieved. |
ProjectionClause[] |
getProjectionClauses()
Returns the properties of the features that should be retrieved. |
SortProperty[] |
getSortBy()
Returns the properties whose values should be used to order the result set. |
ICRS |
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 org.deegree.protocol.wfs.query.Query |
---|
getHandle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdHocQuery(String handle, TypeName[] typeNames, String featureVersion, ICRS srsName, ProjectionClause[] projectionClauses, SortProperty[] sortBy)
AdHocQuery
instance.
handle
- client-generated query identifier, may be null
typeNames
- requested feature types (with optional aliases), may be null
featureVersion
- version of the feature instances to be retrieved, may be null
srsName
- WFS-supported SRS that should be used for returned feature geometries, may be null
projectionClauses
- limits the properties of the features that should be retrieved, may be null
sortBy
- properties whose values should be used to order the result set may be null
Method Detail |
---|
public TypeName[] getTypeNames()
public String getFeatureVersion()
public ICRS getSrsName()
public ProjectionClause[] getProjectionClauses()
null
public SortProperty[] getSortBy()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |