Uses of Interface
net.opengis.sossf.x10.SpatialFilterType
-
Packages that use SpatialFilterType Package Description net.opengis.sossf.x10 net.opengis.sossf.x10.impl -
-
Uses of SpatialFilterType in net.opengis.sossf.x10
Methods in net.opengis.sossf.x10 that return SpatialFilterType Modifier and Type Method Description SpatialFilterTypeSpatialFilterDocument. addNewSpatialFilter()Appends and returns a new empty "SpatialFilter" elementSpatialFilterTypeSpatialFilterPropertyType. addNewSpatialFilter()Appends and returns a new empty "SpatialFilter" elementSpatialFilterTypeSpatialFilterDocument. getSpatialFilter()Gets the "SpatialFilter" elementSpatialFilterTypeSpatialFilterPropertyType. getSpatialFilter()Gets the "SpatialFilter" elementstatic SpatialFilterTypeSpatialFilterType.Factory. newInstance()static SpatialFilterTypeSpatialFilterType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SpatialFilterTypeSpatialFilterType.Factory. parse(File file)static SpatialFilterTypeSpatialFilterType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SpatialFilterTypeSpatialFilterType.Factory. parse(InputStream is)static SpatialFilterTypeSpatialFilterType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SpatialFilterTypeSpatialFilterType.Factory. parse(Reader r)static SpatialFilterTypeSpatialFilterType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SpatialFilterTypeSpatialFilterType.Factory. parse(String xmlAsString)static SpatialFilterTypeSpatialFilterType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SpatialFilterTypeSpatialFilterType.Factory. parse(URL u)static SpatialFilterTypeSpatialFilterType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SpatialFilterTypeSpatialFilterType.Factory. parse(XMLStreamReader sr)static SpatialFilterTypeSpatialFilterType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SpatialFilterTypeSpatialFilterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SpatialFilterTypeSpatialFilterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SpatialFilterTypeSpatialFilterType.Factory. parse(Node node)static SpatialFilterTypeSpatialFilterType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sossf.x10 with parameters of type SpatialFilterType Modifier and Type Method Description voidSpatialFilterDocument. setSpatialFilter(SpatialFilterType spatialFilter)Sets the "SpatialFilter" elementvoidSpatialFilterPropertyType. setSpatialFilter(SpatialFilterType spatialFilter)Sets the "SpatialFilter" element -
Uses of SpatialFilterType in net.opengis.sossf.x10.impl
Classes in net.opengis.sossf.x10.impl that implement SpatialFilterType Modifier and Type Class Description classSpatialFilterTypeImplAn XML SpatialFilterType(@http://www.opengis.net/sossf/1.0).Methods in net.opengis.sossf.x10.impl that return SpatialFilterType Modifier and Type Method Description SpatialFilterTypeSpatialFilterDocumentImpl. addNewSpatialFilter()Appends and returns a new empty "SpatialFilter" elementSpatialFilterTypeSpatialFilterPropertyTypeImpl. addNewSpatialFilter()Appends and returns a new empty "SpatialFilter" elementSpatialFilterTypeSpatialFilterDocumentImpl. getSpatialFilter()Gets the "SpatialFilter" elementSpatialFilterTypeSpatialFilterPropertyTypeImpl. getSpatialFilter()Gets the "SpatialFilter" elementMethods in net.opengis.sossf.x10.impl with parameters of type SpatialFilterType Modifier and Type Method Description voidSpatialFilterDocumentImpl. setSpatialFilter(SpatialFilterType spatialFilter)Sets the "SpatialFilter" elementvoidSpatialFilterPropertyTypeImpl. setSpatialFilter(SpatialFilterType spatialFilter)Sets the "SpatialFilter" element
-