Uses of Interface
net.opengis.ogc.FilterType
-
Packages that use FilterType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of FilterType in net.opengis.ogc
Methods in net.opengis.ogc that return FilterType Modifier and Type Method Description FilterTypeFilterDocument. addNewFilter()Appends and returns a new empty "Filter" elementFilterTypeFilterDocument. getFilter()Gets the "Filter" elementstatic FilterTypeFilterType.Factory. newInstance()static FilterTypeFilterType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(File file)static FilterTypeFilterType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(InputStream is)static FilterTypeFilterType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(Reader r)static FilterTypeFilterType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(String xmlAsString)static FilterTypeFilterType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(URL u)static FilterTypeFilterType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(XMLStreamReader sr)static FilterTypeFilterType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FilterTypeFilterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FilterTypeFilterType.Factory. parse(Node node)static FilterTypeFilterType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type FilterType Modifier and Type Method Description voidFilterDocument. setFilter(FilterType filter)Sets the "Filter" element -
Uses of FilterType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement FilterType Modifier and Type Class Description classFilterTypeImplAn XML FilterType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return FilterType Modifier and Type Method Description FilterTypeFilterDocumentImpl. addNewFilter()Appends and returns a new empty "Filter" elementFilterTypeFilterDocumentImpl. getFilter()Gets the "Filter" elementMethods in net.opengis.ogc.impl with parameters of type FilterType Modifier and Type Method Description voidFilterDocumentImpl. setFilter(FilterType filter)Sets the "Filter" element
-