NASA World Wind WMS

Uses of Class
gov.nasa.worldwind.servers.wms.formats.ImageTypes

Packages that use ImageTypes
gov.nasa.worldwind.servers.wms.formats   
 

Uses of ImageTypes in gov.nasa.worldwind.servers.wms.formats
 

Methods in gov.nasa.worldwind.servers.wms.formats that return ImageTypes
static ImageTypes ImageTypes.getGDALTypeFromMime(String mimeType)
           
static ImageTypes ImageTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImageTypes[] ImageTypes.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


NASA World Wind WMS