|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wfs.protocol.WFSQuery_Impl
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.
----------------------------------------------------------------------
Field Summary | |
private Filter |
filter
|
private java.lang.String |
handle
|
private java.util.ArrayList |
propertyNames
|
private java.lang.String |
typeName
|
private java.lang.String |
version
|
Constructor Summary | |
WFSQuery_Impl()
default constructor |
|
WFSQuery_Impl(java.lang.String[] propertyNames,
java.lang.String handle,
java.lang.String version,
java.lang.String typeName,
Filter filter)
constructor initializing the class with the |
Method Summary | |
void |
addPropertyNames(java.lang.String propertyNames)
adds the |
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. |
void |
setFilter(Filter filter)
sets the filter that limits the query |
void |
setHandle(java.lang.String handle)
sets the |
void |
setPropertyNames(java.lang.String[] propertyNames)
sets the |
void |
setTypeName(java.lang.String typeName)
sets the |
void |
setVersion(java.lang.String version)
sets the |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.ArrayList propertyNames
private Filter filter
private java.lang.String handle
private java.lang.String typeName
private java.lang.String version
Constructor Detail |
public WFSQuery_Impl()
public WFSQuery_Impl(java.lang.String[] propertyNames, java.lang.String handle, java.lang.String version, java.lang.String typeName, Filter filter)
Method Detail |
public java.lang.String[] getPropertyNames()
getPropertyNames
in interface WFSQuery
public void addPropertyNames(java.lang.String propertyNames)
public void setPropertyNames(java.lang.String[] propertyNames)
public java.lang.String getHandle()
getHandle
in interface WFSQuery
public void setHandle(java.lang.String handle)
public java.lang.String getVersion()
getVersion
in interface WFSQuery
public void setVersion(java.lang.String version)
public java.lang.String getTypeName()
getTypeName
in interface WFSQuery
public void setTypeName(java.lang.String typeName)
public Filter getFilter()
getFilter
in interface WFSQuery
public void setFilter(Filter filter)
public java.lang.String exportAsXML()
exportAsXML
in interface WFSQuery
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |