Uses of Class
org.gvsig.remoteclient.utils.BoundaryBox

Packages that use BoundaryBox
org.gvsig.remoteclient.utils   
org.gvsig.remoteclient.wcs   
org.gvsig.remoteclient.wfs   
org.gvsig.remoteclient.wms   
 

Uses of BoundaryBox in org.gvsig.remoteclient.utils
 

Methods in org.gvsig.remoteclient.utils that return BoundaryBox
static BoundaryBox BoundaryBox.clipGeodeticBBox(BoundaryBox bbox)
           
 

Methods in org.gvsig.remoteclient.utils with parameters of type BoundaryBox
static BoundaryBox BoundaryBox.clipGeodeticBBox(BoundaryBox bbox)
           
 

Uses of BoundaryBox in org.gvsig.remoteclient.wcs
 

Methods in org.gvsig.remoteclient.wcs that return BoundaryBox
 BoundaryBox WCSCoverage.getBbox(java.lang.String id)
          returns the bbox with that id in the Bboxes vector
 BoundaryBox WCSCoverage.getLatLonBox()
           
 BoundaryBox CoverageOfferingBrief.getLonLatBbox()
           
 

Methods in org.gvsig.remoteclient.wcs with parameters of type BoundaryBox
 void WCSCoverage.addBBox(BoundaryBox bBox)
           
 void CoverageOfferingBrief.setLonLatBbox(BoundaryBox lonLatBbox)
           
 void WCSCoverage.setLonLatBox(BoundaryBox box)
           
 

Uses of BoundaryBox in org.gvsig.remoteclient.wfs
 

Methods in org.gvsig.remoteclient.wfs that return BoundaryBox
 BoundaryBox WFSFeature.getBbox(java.lang.String id)
          returns the bbox with that id in the Bboxes vector
 BoundaryBox WFSFeature.getLatLonBbox()
           
 

Methods in org.gvsig.remoteclient.wfs with parameters of type BoundaryBox
 void WFSFeature.addBBox(BoundaryBox bbox)
          Adds a bbox to the Bboxes vector
 void WFSFeature.setLatLonBbox(BoundaryBox latLonBbox)
           
 

Uses of BoundaryBox in org.gvsig.remoteclient.wms
 

Methods in org.gvsig.remoteclient.wms that return BoundaryBox
 BoundaryBox WMSLayer.getBbox(java.lang.String id)
          returns the bbox with that id in the Bboxes vector
 BoundaryBox WMSLayer.getLatLonBox()
           
 

Methods in org.gvsig.remoteclient.wms with parameters of type BoundaryBox
 void WMSLayer.addBBox(BoundaryBox bbox)
          Adds a bbox to the Bboxes vector
 void WMSLayer.setLatLonBox(BoundaryBox box)
           
 



Copyright © 2014 gvSIG Association. All Rights Reserved.