|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request.Format | |
|---|---|
| thredds.wcs | |
| thredds.wcs.v1_0_0_1 | |
| Uses of Request.Format in thredds.wcs |
|---|
| Methods in thredds.wcs that return Request.Format | |
|---|---|
static Request.Format |
Request.Format.getFormat(java.lang.String mimeType)
|
static Request.Format |
Request.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Request.Format[] |
Request.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Request.Format in thredds.wcs.v1_0_0_1 |
|---|
| Methods in thredds.wcs.v1_0_0_1 that return Request.Format | |
|---|---|
Request.Format |
GetCoverageBuilder.getFormat()
|
Request.Format |
GetCoverage.getFormat()
|
| Methods in thredds.wcs.v1_0_0_1 that return types with arguments of type Request.Format | |
|---|---|
java.util.List<Request.Format> |
WcsCoverage.getSupportedCoverageFormatList()
|
| Methods in thredds.wcs.v1_0_0_1 with parameters of type Request.Format | |
|---|---|
boolean |
WcsCoverage.isSupportedCoverageFormat(Request.Format covFormat)
|
GetCoverageBuilder |
GetCoverageBuilder.setFormat(Request.Format format)
|
java.io.File |
WcsCoverage.writeCoverageDataToFile(Request.Format format,
LatLonRect bboxLatLonRect,
WcsCoverage.VerticalRange verticalRange,
DateRange timeRange)
|
| Constructors in thredds.wcs.v1_0_0_1 with parameters of type Request.Format | |
|---|---|
GetCoverage(Request.Operation operation,
java.lang.String version,
WcsDataset dataset,
java.lang.String coverageId,
java.lang.String crs,
java.lang.String responseCRS,
Request.BoundingBox bbox,
DateRange timeRange,
WcsCoverage.VerticalRange verticalRange,
Request.Format format)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||