Uses of Interface
net.opengis.wms.EXGeographicBoundingBoxDocument

Packages that use EXGeographicBoundingBoxDocument
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of EXGeographicBoundingBoxDocument in net.opengis.wms
 

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

Uses of EXGeographicBoundingBoxDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement EXGeographicBoundingBoxDocument
 class EXGeographicBoundingBoxDocumentImpl
          A document containing one EX_GeographicBoundingBox(@http://www.opengis.net/wms) element.
 



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