Uses of Interface
net.opengis.wms.BoundingBoxDocument.BoundingBox

Packages that use BoundingBoxDocument.BoundingBox
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of BoundingBoxDocument.BoundingBox in net.opengis.wms
 

Methods in net.opengis.wms that return BoundingBoxDocument.BoundingBox
 BoundingBoxDocument.BoundingBox BoundingBoxDocument.addNewBoundingBox()
          Appends and returns a new empty "BoundingBox" element
 BoundingBoxDocument.BoundingBox LayerDocument.Layer.addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 BoundingBoxDocument.BoundingBox BoundingBoxDocument.getBoundingBox()
          Gets the "BoundingBox" element
 BoundingBoxDocument.BoundingBox[] LayerDocument.Layer.getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxDocument.BoundingBox LayerDocument.Layer.getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 BoundingBoxDocument.BoundingBox LayerDocument.Layer.insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
static BoundingBoxDocument.BoundingBox BoundingBoxDocument.BoundingBox.Factory.newInstance()
           
static BoundingBoxDocument.BoundingBox BoundingBoxDocument.BoundingBox.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.wms with parameters of type BoundingBoxDocument.BoundingBox
 void BoundingBoxDocument.setBoundingBox(BoundingBoxDocument.BoundingBox boundingBox)
          Sets the "BoundingBox" element
 void LayerDocument.Layer.setBoundingBoxArray(BoundingBoxDocument.BoundingBox[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void LayerDocument.Layer.setBoundingBoxArray(int i, BoundingBoxDocument.BoundingBox boundingBox)
          Sets ith "BoundingBox" element
 

Uses of BoundingBoxDocument.BoundingBox in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement BoundingBoxDocument.BoundingBox
static class BoundingBoxDocumentImpl.BoundingBoxImpl
          An XML BoundingBox(@http://www.opengis.net/wms).
 

Methods in net.opengis.wms.impl that return BoundingBoxDocument.BoundingBox
 BoundingBoxDocument.BoundingBox BoundingBoxDocumentImpl.addNewBoundingBox()
          Appends and returns a new empty "BoundingBox" element
 BoundingBoxDocument.BoundingBox LayerDocumentImpl.LayerImpl.addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 BoundingBoxDocument.BoundingBox BoundingBoxDocumentImpl.getBoundingBox()
          Gets the "BoundingBox" element
 BoundingBoxDocument.BoundingBox[] LayerDocumentImpl.LayerImpl.getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxDocument.BoundingBox LayerDocumentImpl.LayerImpl.getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 BoundingBoxDocument.BoundingBox LayerDocumentImpl.LayerImpl.insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
 

Methods in net.opengis.wms.impl with parameters of type BoundingBoxDocument.BoundingBox
 void BoundingBoxDocumentImpl.setBoundingBox(BoundingBoxDocument.BoundingBox boundingBox)
          Sets the "BoundingBox" element
 void LayerDocumentImpl.LayerImpl.setBoundingBoxArray(BoundingBoxDocument.BoundingBox[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void LayerDocumentImpl.LayerImpl.setBoundingBoxArray(int i, BoundingBoxDocument.BoundingBox boundingBox)
          Sets ith "BoundingBox" element
 



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