Uses of Class
thredds.wcs.v1_0_0_Plus.WcsRequest.Format

Packages that use WcsRequest.Format
thredds.wcs.v1_0_0_Plus   
 

Uses of WcsRequest.Format in thredds.wcs.v1_0_0_Plus
 

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

Methods in thredds.wcs.v1_0_0_Plus that return types with arguments of type WcsRequest.Format
 java.util.List<WcsRequest.Format> WcsCoverage.getSupportedCoverageFormatList()
           
 

Methods in thredds.wcs.v1_0_0_Plus with parameters of type WcsRequest.Format
 boolean WcsCoverage.isSupportedCoverageFormat(WcsRequest.Format covFormat)
           
 java.io.File WcsCoverage.writeCoverageDataToFile(WcsRequest.Format format, LatLonRect bboxLatLonRect, AxisSubset vertSubset, java.util.List<java.lang.String> rangeSubset, DateRange timeRange)