|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.wfs.FilterPropertyIsNull
Implementation of OGC Filter encoding specification for "PropertyIsNull".
| Constructor Summary | |
protected |
FilterPropertyIsNull()
Creates a new attribute filter object. |
|
FilterPropertyIsNull(java.lang.String fieldName)
Creates a new attribute filter object. |
|
FilterPropertyIsNull(java.lang.String fieldName,
boolean isNot)
Creates a new attribute filter object. |
| Method Summary | |
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()
Negates the filter (encloses it in a not element). |
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 |
protected FilterPropertyIsNull()
public FilterPropertyIsNull(java.lang.String fieldName)
fieldName - The name of the field.
public FilterPropertyIsNull(java.lang.String fieldName,
boolean isNot)
fieldName - The name of the field.isNot - True if the filter should be negated (enclosed in a
<Not> element).| Method Detail |
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 | |||||||||