Uses of Class
thredds.wcs.Request.Format

Packages that use Request.Format
thredds.wcs   
thredds.wcs.v1_0_0_1   
 

Uses of Request.Format in thredds.wcs
 

Methods in thredds.wcs that return Request.Format
static Request.Format Request.Format.getFormat(String mimeType)
           
static Request.Format Request.Format.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Request.Format[] Request.Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Request.Format in thredds.wcs.v1_0_0_1
 

Methods in thredds.wcs.v1_0_0_1 that return Request.Format
 Request.Format GetCoverageBuilder.getFormat()
           
 Request.Format GetCoverage.getFormat()
           
 

Methods in thredds.wcs.v1_0_0_1 that return types with arguments of type Request.Format
 List<Request.Format> WcsCoverage.getSupportedCoverageFormatList()
           
 

Methods in thredds.wcs.v1_0_0_1 with parameters of type Request.Format
 boolean WcsCoverage.isSupportedCoverageFormat(Request.Format covFormat)
           
 GetCoverageBuilder GetCoverageBuilder.setFormat(Request.Format format)
           
 File WcsCoverage.writeCoverageDataToFile(Request.Format format, LatLonRect bboxLatLonRect, WcsCoverage.VerticalRange verticalRange, DateRange timeRange)
           
 

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



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.