|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.wfs.FilterFeatureId
Implementation of OGC Filter encoding specification for "FeatureId".
| Constructor Summary | |
FilterFeatureId()
Creates a new empty FeatureId filter. |
|
FilterFeatureId(java.util.ArrayList featureIds)
Creates a FeatureId filter using an ArrayList of feature ID strings. |
|
FilterFeatureId(java.lang.String featureId)
Creates a FeatureId filter with a single entry. |
|
| Method Summary | |
void |
addFeatureId(java.lang.String featureId)
Adds an entry to the feature ID list. |
FilterAnd |
and(Filter anotherFilter)
Combines two filters in an And element. |
int |
getFilterType()
Gets an enumerated value indicating the type of filter this is. |
java.lang.String |
getKvpRequestString()
Returns the FILTER= string to request features using this filter. |
java.lang.String |
getKvpRequestString(boolean useOgcNamespaces)
Returns the FILTER= string to request features using this filter. |
java.lang.String |
getXmlRequestString()
Returns the XML WFS request representing this filter. |
java.lang.String |
getXmlRequestString(boolean useOgcNamespaces)
Returns the XML WFS request representing this filter. |
Filter |
not()
This method has no effect for this type of filter. |
FilterOr |
or(Filter anotherFilter)
Combines two filters in an Or element. |
java.lang.String |
toString()
Displays this object as a text string. |
java.lang.String |
toString(boolean useOgcNamespaces)
Displays this object as a text string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FilterFeatureId()
public FilterFeatureId(java.lang.String featureId)
featureId - A feature ID string.public FilterFeatureId(java.util.ArrayList featureIds)
featureIds - An array list of feature ID strings.| Method Detail |
public void addFeatureId(java.lang.String featureId)
featureId - A feature ID string.public FilterAnd and(Filter anotherFilter)
and in interface Filterpublic FilterOr or(Filter anotherFilter)
or in interface Filterpublic Filter not()
not in interface Filterpublic java.lang.String toString()
toString in interface Filterpublic java.lang.String toString(boolean useOgcNamespaces)
toString in interface FilteruseOgcNamespaces - True if the string should contain OGC namespaces.
public java.lang.String getKvpRequestString()
getKvpRequestString in interface Filterpublic java.lang.String getKvpRequestString(boolean useOgcNamespaces)
getKvpRequestString in interface Filterpublic java.lang.String getXmlRequestString()
getXmlRequestString in interface Filterpublic java.lang.String getXmlRequestString(boolean useOgcNamespaces)
public int getFilterType()
getFilterType in interface Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||