thredds.wcs
Class GetCoverageRequest.Format

java.lang.Object
  extended by thredds.wcs.GetCoverageRequest.Format
Enclosing class:
GetCoverageRequest

public static class GetCoverageRequest.Format
extends java.lang.Object


Field Summary
static GetCoverageRequest.Format GeoTIFF
           
static GetCoverageRequest.Format GeoTIFFfloat
           
static GetCoverageRequest.Format NetCDF3
           
static GetCoverageRequest.Format NONE
           
 
Constructor Summary
GetCoverageRequest.Format(java.lang.String s)
           
 
Method Summary
static java.util.Collection getAllTypes()
           
static GetCoverageRequest.Format getType(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final GetCoverageRequest.Format NONE

GeoTIFF

public static final GetCoverageRequest.Format GeoTIFF

GeoTIFFfloat

public static final GetCoverageRequest.Format GeoTIFFfloat

NetCDF3

public static final GetCoverageRequest.Format NetCDF3
Constructor Detail

GetCoverageRequest.Format

public GetCoverageRequest.Format(java.lang.String s)
Method Detail

getAllTypes

public static java.util.Collection getAllTypes()

getType

public static GetCoverageRequest.Format getType(java.lang.String name)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object