TLcdOGCFilterDecoder
based on an input source, such as ILcdOWSRequest.getXMLEncoding()
.public class TLcdJDOM2OGCFilter extends Object
<ogc:Filter>
) into an TLcdOGCFilter
instance.Constructor and Description |
---|
TLcdJDOM2OGCFilter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TLcdOGCFilter |
convert(org.jdom.Element element)
Deprecated.
Convert a JDOM element that represents an OGC Filter (
<ogc:Filter> ) into an TLcdOGCFilter instance. |
public TLcdOGCFilter convert(org.jdom.Element element)
<ogc:Filter>
) into an TLcdOGCFilter
instance.element
- the JDOM element that represents an OGC Filter (<ogc:Filter>
).TLcdOGCFilter
instance.