Uses of Interface
net.opengis.ows.x11.WGS84BoundingBoxType

Packages that use WGS84BoundingBoxType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of WGS84BoundingBoxType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return WGS84BoundingBoxType
 WGS84BoundingBoxType WGS84BoundingBoxDocument.addNewWGS84BoundingBox()
          Appends and returns a new empty "WGS84BoundingBox" element
 WGS84BoundingBoxType DatasetDescriptionSummaryBaseType.addNewWGS84BoundingBox()
          Appends and returns a new empty value (as xml) as the last "WGS84BoundingBox" element
 WGS84BoundingBoxType WGS84BoundingBoxDocument.getWGS84BoundingBox()
          Gets the "WGS84BoundingBox" element
 WGS84BoundingBoxType[] DatasetDescriptionSummaryBaseType.getWGS84BoundingBoxArray()
          Gets array of all "WGS84BoundingBox" elements
 WGS84BoundingBoxType DatasetDescriptionSummaryBaseType.getWGS84BoundingBoxArray(int i)
          Gets ith "WGS84BoundingBox" element
 WGS84BoundingBoxType DatasetDescriptionSummaryBaseType.insertNewWGS84BoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "WGS84BoundingBox" element
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.newInstance()
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(File file)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(InputStream is)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(Node node)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(Reader r)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(String xmlAsString)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(URL u)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(XMLStreamReader sr)
           
static WGS84BoundingBoxType WGS84BoundingBoxType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type WGS84BoundingBoxType
 void WGS84BoundingBoxDocument.setWGS84BoundingBox(WGS84BoundingBoxType wgs84BoundingBox)
          Sets the "WGS84BoundingBox" element
 void DatasetDescriptionSummaryBaseType.setWGS84BoundingBoxArray(int i, WGS84BoundingBoxType wgs84BoundingBox)
          Sets ith "WGS84BoundingBox" element
 void DatasetDescriptionSummaryBaseType.setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)
          Sets array of all "WGS84BoundingBox" element
 

Uses of WGS84BoundingBoxType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement WGS84BoundingBoxType
 class WGS84BoundingBoxTypeImpl
          An XML WGS84BoundingBoxType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return WGS84BoundingBoxType
 WGS84BoundingBoxType WGS84BoundingBoxDocumentImpl.addNewWGS84BoundingBox()
          Appends and returns a new empty "WGS84BoundingBox" element
 WGS84BoundingBoxType DatasetDescriptionSummaryBaseTypeImpl.addNewWGS84BoundingBox()
          Appends and returns a new empty value (as xml) as the last "WGS84BoundingBox" element
 WGS84BoundingBoxType WGS84BoundingBoxDocumentImpl.getWGS84BoundingBox()
          Gets the "WGS84BoundingBox" element
 WGS84BoundingBoxType[] DatasetDescriptionSummaryBaseTypeImpl.getWGS84BoundingBoxArray()
          Gets array of all "WGS84BoundingBox" elements
 WGS84BoundingBoxType DatasetDescriptionSummaryBaseTypeImpl.getWGS84BoundingBoxArray(int i)
          Gets ith "WGS84BoundingBox" element
 WGS84BoundingBoxType DatasetDescriptionSummaryBaseTypeImpl.insertNewWGS84BoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "WGS84BoundingBox" element
 

Methods in net.opengis.ows.x11.impl with parameters of type WGS84BoundingBoxType
 void WGS84BoundingBoxDocumentImpl.setWGS84BoundingBox(WGS84BoundingBoxType wgs84BoundingBox)
          Sets the "WGS84BoundingBox" element
 void DatasetDescriptionSummaryBaseTypeImpl.setWGS84BoundingBoxArray(int i, WGS84BoundingBoxType wgs84BoundingBox)
          Sets ith "WGS84BoundingBox" element
 void DatasetDescriptionSummaryBaseTypeImpl.setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)
          Sets array of all "WGS84BoundingBox" element
 



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