|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Each individual query packaged in a GetFeature request is defined using the query value. The query value defines which feature type to query, what properties to retrieve and what constraints (spatial and non-spatial) to apply to those properties.
--------------------------------------------------------
Method Summary | |
java.lang.String |
exportAsXML()
exports the WFSQuery as XML expression |
Filter |
getFilter()
returns the filter that limits the query |
java.lang.String |
getHandle()
The handle attribute is included to allow a client to associate a mnemonic name to the |
java.lang.String[] |
getPropertyNames()
The property names is used to enumerate the feature properties or attributes that should be selected. |
java.lang.String |
getTypeName()
The typeName attribute is used to indicate the name of the feature type or class to be queried. |
java.lang.String |
getVersion()
The version attribute is included in order to accommodate systems that support feature versioning. |
Method Detail |
public java.lang.String[] getPropertyNames()
public java.lang.String getHandle()
public java.lang.String getVersion()
public java.lang.String getTypeName()
public Filter getFilter()
public java.lang.String exportAsXML()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |