Uses of Interface
net.opengis.ogc.BBOXType
-
Packages that use BBOXType Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of BBOXType in net.opengis.ogc
Methods in net.opengis.ogc that return BBOXType Modifier and Type Method Description BBOXTypeBBOXDocument. addNewBBOX()Appends and returns a new empty "BBOX" elementBBOXTypeBBOXDocument. getBBOX()Gets the "BBOX" elementstatic BBOXTypeBBOXType.Factory. newInstance()static BBOXTypeBBOXType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BBOXTypeBBOXType.Factory. parse(File file)static BBOXTypeBBOXType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BBOXTypeBBOXType.Factory. parse(InputStream is)static BBOXTypeBBOXType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BBOXTypeBBOXType.Factory. parse(Reader r)static BBOXTypeBBOXType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BBOXTypeBBOXType.Factory. parse(String xmlAsString)static BBOXTypeBBOXType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BBOXTypeBBOXType.Factory. parse(URL u)static BBOXTypeBBOXType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BBOXTypeBBOXType.Factory. parse(XMLStreamReader sr)static BBOXTypeBBOXType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BBOXTypeBBOXType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BBOXTypeBBOXType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BBOXTypeBBOXType.Factory. parse(Node node)static BBOXTypeBBOXType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ogc with parameters of type BBOXType Modifier and Type Method Description voidBBOXDocument. setBBOX(BBOXType bbox)Sets the "BBOX" element -
Uses of BBOXType in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement BBOXType Modifier and Type Class Description classBBOXTypeImplAn XML BBOXType(@http://www.opengis.net/ogc).Methods in net.opengis.ogc.impl that return BBOXType Modifier and Type Method Description BBOXTypeBBOXDocumentImpl. addNewBBOX()Appends and returns a new empty "BBOX" elementBBOXTypeBBOXDocumentImpl. getBBOX()Gets the "BBOX" elementMethods in net.opengis.ogc.impl with parameters of type BBOXType Modifier and Type Method Description voidBBOXDocumentImpl. setBBOX(BBOXType bbox)Sets the "BBOX" element
-