Uses of Interface
net.opengis.ogc.BBOXDocument

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

Uses of BBOXDocument in net.opengis.ogc
 

Methods in net.opengis.ogc that return BBOXDocument
static BBOXDocument BBOXDocument.Factory.newInstance()
           
static BBOXDocument BBOXDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static BBOXDocument BBOXDocument.Factory.parse(File file)
           
static BBOXDocument BBOXDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static BBOXDocument BBOXDocument.Factory.parse(InputStream is)
           
static BBOXDocument BBOXDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static BBOXDocument BBOXDocument.Factory.parse(Node node)
           
static BBOXDocument BBOXDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static BBOXDocument BBOXDocument.Factory.parse(Reader r)
           
static BBOXDocument BBOXDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static BBOXDocument BBOXDocument.Factory.parse(String xmlAsString)
           
static BBOXDocument BBOXDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static BBOXDocument BBOXDocument.Factory.parse(URL u)
           
static BBOXDocument BBOXDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static BBOXDocument BBOXDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static BBOXDocument BBOXDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static BBOXDocument BBOXDocument.Factory.parse(XMLStreamReader sr)
           
static BBOXDocument BBOXDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of BBOXDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement BBOXDocument
 class BBOXDocumentImpl
          A document containing one BBOX(@http://www.opengis.net/ogc) element.
 



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