|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The GetFeature interface can be used to package one or more query descriptions into a single request. The results of all queries packaged in a GetFeature request are concatenated to produce the result set.
--------------------------------------------------------
Method Summary | |
java.lang.String[] |
getFeatureIds()
A list of feature identifiers upon which the specified operation shall be applied. |
Filter |
getFilter()
A filter specification describes a set of features to operate upon. |
java.lang.String |
getHandle()
The handle attribute is included to allow a client to associate a mnemonic name to the |
int |
getMaxFeatures()
The optional maxFeatures attribute can be used to limit the number of features that a GetFeature request retrieves. |
java.lang.String |
getOutputFormat()
The outputFormat attribute defines the format to use to generate the result set. |
java.lang.String[] |
getPropertyNames()
The property names is used to enumerate the feature properties or attributes that should be selected. |
WFSQuery[] |
getQuery()
The query defines which feature type to query, what properties to retrieve and what constraints (spatial and non-spatial) to apply to those properties. |
int |
getStartPosition()
The startPosition parameter identifies the first result set entry to be returned specified the default is the first record |
java.lang.String[] |
getTypeNames()
A list of feature type names to query. |
Methods inherited from interface org.deegree.services.wfs.protocol.WFSBasicRequest |
getNative |
Methods inherited from interface org.deegree.services.OGCWebServiceRequest |
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion |
Method Detail |
public java.lang.String getOutputFormat()
public java.lang.String getHandle()
public WFSQuery[] getQuery()
only used for xml-coded requests
public int getMaxFeatures()
public int getStartPosition()
public java.lang.String[] getPropertyNames()
only use for name-value-pair encoded requests
public java.lang.String[] getFeatureIds()
Only used for name-value-pair encoded requests
public java.lang.String[] getTypeNames()
only used for name-value-pair encoded requests
public Filter getFilter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |