Uses of Class
thredds.wcs.Request.Operation

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

Uses of Request.Operation in thredds.wcs
 

Methods in thredds.wcs 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 with parameters of type Request.Operation
static WcsRequestFactory WcsRequestFactory.newWcsRequestFactory(String versionString, Request.Operation operation, GridDataset dataset)
           
 

Uses of Request.Operation in thredds.wcs.v1_0_0_1
 

Methods in thredds.wcs.v1_0_0_1 that return Request.Operation
 Request.Operation WcsRequestBuilder.getOperation()
           
 Request.Operation WcsRequest.getOperation()
           
 

Methods in thredds.wcs.v1_0_0_1 with parameters of type Request.Operation
static WcsRequestBuilder WcsRequestBuilder.newWcsRequestBuilder(String versionString, Request.Operation operation, GridDataset dataset, String datasetPath)
           
 

Constructors in thredds.wcs.v1_0_0_1 with parameters of type Request.Operation
DescribeCoverage(Request.Operation operation, String version, WcsDataset dataset, List<String> coverages)
           
GetCapabilities(Request.Operation operation, String version, WcsDataset dataset, URI serverURI, GetCapabilities.Section section, String updateSequence, GetCapabilities.ServiceInfo serviceInfo)
           
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.