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

Packages that use WcsRequest.Operation
thredds.wcs.v1_0_0_Plus   
 

Uses of WcsRequest.Operation in thredds.wcs.v1_0_0_Plus
 

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

Constructors in thredds.wcs.v1_0_0_Plus with parameters of type WcsRequest.Operation
DescribeCoverage(WcsRequest.Operation operation, String version, WcsDataset dataset, List<String> coverages)
           
GetCapabilities(WcsRequest.Operation operation, String version, WcsDataset dataset, URI serverURI, GetCapabilities.Section section, String updateSequence, GetCapabilities.ServiceInfo serviceInfo)
           
GetCoverage(WcsRequest.Operation operation, String version, WcsDataset dataset, String coverageId, String crs, String responseCRS, String bbox, String time, String rangeSubset, String format)
           
 



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