Uses of Class
thredds.wcs.Request.BoundingBox

Packages that use Request.BoundingBox
thredds.wcs.v1_0_0_1   
 

Uses of Request.BoundingBox in thredds.wcs.v1_0_0_1
 

Methods in thredds.wcs.v1_0_0_1 that return Request.BoundingBox
 Request.BoundingBox GetCoverageBuilder.getBbox()
           
 

Methods in thredds.wcs.v1_0_0_1 with parameters of type Request.BoundingBox
 GetCoverageBuilder GetCoverageBuilder.setBbox(Request.BoundingBox bbox)
           
 

Constructors in thredds.wcs.v1_0_0_1 with parameters of type Request.BoundingBox
GetCoverage(Request.Operation operation, java.lang.String version, WcsDataset dataset, java.lang.String coverageId, java.lang.String crs, java.lang.String responseCRS, Request.BoundingBox bbox, DateRange timeRange, WcsCoverage.VerticalRange verticalRange, Request.Format format)