Uses of Interface
net.opengis.ogc.BBOXType

Packages that use BBOXType
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of BBOXType in net.opengis.ogc
 

Methods in net.opengis.ogc that return BBOXType
 BBOXType BBOXDocument.addNewBBOX()
          Appends and returns a new empty "BBOX" element
 BBOXType BBOXDocument.getBBOX()
          Gets the "BBOX" element
static BBOXType BBOXType.Factory.newInstance()
           
static BBOXType BBOXType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BBOXType BBOXType.Factory.parse(File file)
           
static BBOXType BBOXType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BBOXType BBOXType.Factory.parse(InputStream is)
           
static BBOXType BBOXType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BBOXType BBOXType.Factory.parse(Node node)
           
static BBOXType BBOXType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BBOXType BBOXType.Factory.parse(Reader r)
           
static BBOXType BBOXType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BBOXType BBOXType.Factory.parse(String xmlAsString)
           
static BBOXType BBOXType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BBOXType BBOXType.Factory.parse(URL u)
           
static BBOXType BBOXType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BBOXType BBOXType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BBOXType BBOXType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BBOXType BBOXType.Factory.parse(XMLStreamReader sr)
           
static BBOXType BBOXType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ogc with parameters of type BBOXType
 void BBOXDocument.setBBOX(BBOXType bbox)
          Sets the "BBOX" element
 

Uses of BBOXType in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement BBOXType
 class BBOXTypeImpl
          An XML BBOXType(@http://www.opengis.net/ogc).
 

Methods in net.opengis.ogc.impl that return BBOXType
 BBOXType BBOXDocumentImpl.addNewBBOX()
          Appends and returns a new empty "BBOX" element
 BBOXType BBOXDocumentImpl.getBBOX()
          Gets the "BBOX" element
 

Methods in net.opengis.ogc.impl with parameters of type BBOXType
 void BBOXDocumentImpl.setBBOX(BBOXType bbox)
          Sets the "BBOX" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.