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(String mimeType)
           
static WcsRequest.Format WcsRequest.Format.valueOf(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
 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)
           
 File WcsCoverage.writeCoverageDataToFile(WcsRequest.Format format, LatLonRect bboxLatLonRect, AxisSubset vertSubset, List<String> rangeSubset, DateRange timeRange)
           
 



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