|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterType | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of FilterType in net.opengis.ogc |
---|
Methods in net.opengis.ogc that return FilterType | |
---|---|
FilterType |
FilterDocument.addNewFilter()
Appends and returns a new empty "Filter" element |
FilterType |
FilterDocument.getFilter()
Gets the "Filter" element |
static FilterType |
FilterType.Factory.newInstance()
|
static FilterType |
FilterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(File file)
|
static FilterType |
FilterType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(InputStream is)
|
static FilterType |
FilterType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(Node node)
|
static FilterType |
FilterType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(Reader r)
|
static FilterType |
FilterType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(String xmlAsString)
|
static FilterType |
FilterType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(URL u)
|
static FilterType |
FilterType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static FilterType |
FilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static FilterType |
FilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static FilterType |
FilterType.Factory.parse(XMLStreamReader sr)
|
static FilterType |
FilterType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.ogc with parameters of type FilterType | |
---|---|
void |
FilterDocument.setFilter(FilterType filter)
Sets the "Filter" element |
Uses of FilterType in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement FilterType | |
---|---|
class |
FilterTypeImpl
An XML FilterType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc.impl that return FilterType | |
---|---|
FilterType |
FilterDocumentImpl.addNewFilter()
Appends and returns a new empty "Filter" element |
FilterType |
FilterDocumentImpl.getFilter()
Gets the "Filter" element |
Methods in net.opengis.ogc.impl with parameters of type FilterType | |
---|---|
void |
FilterDocumentImpl.setFilter(FilterType filter)
Sets the "Filter" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |