Uses of Class
thredds.wcs.v1_1_0.Request.Operation

Packages that use Request.Operation
thredds.wcs.v1_1_0   
 

Uses of Request.Operation in thredds.wcs.v1_1_0
 

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

Methods in thredds.wcs.v1_1_0 with parameters of type Request.Operation
static Request Request.getDescribeCoverageRequest(Request.Operation operation, String negotiatedVersion, List<String> identifiers, String datasetPath, GridDataset dataset)
           
static Request Request.getGetCapabilitiesRequest(Request.Operation operation, String negotiatedVersion, List<GetCapabilities.Section> sections, String datasetPath, GridDataset dataset)
           
static Request Request.getGetCoverageRequest(Request.Operation operation, String negotiatedVersion, String identifier, String datasetPath, GridDataset dataset)
           
 



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