Uses of Class
uk.ac.rdg.resc.edal.graphics.formats.ImageFormat
-
Packages that use ImageFormat Package Description uk.ac.rdg.resc.edal.graphics.formats Classes which write to particular graphics file formatsuk.ac.rdg.resc.edal.wms Classes in this package are used to create a WMS servlet -
-
Uses of ImageFormat in uk.ac.rdg.resc.edal.graphics.formats
Subclasses of ImageFormat in uk.ac.rdg.resc.edal.graphics.formats Modifier and Type Class Description class
AviFormat
"Image" format for outputting to AVI.class
GifFormat
Creates (possibly animated) GIFs.class
JpegFormat
Writes JPEG images using the ImageIO class.class
KmzFormat
Creates KMZ files for importing into Google Earth.class
Png32Format
Writes 32-bit (ARGB) PNG images using the ImageIO class.class
PngFormat
Writes PNG images using the ImageIO class.class
SimpleFormat
Abstract superclass for simple image formats that do not require information about the layer, time values, bounding box etc to render an image.Methods in uk.ac.rdg.resc.edal.graphics.formats that return ImageFormat Modifier and Type Method Description static ImageFormat
ImageFormat. get(String mimeType)
Gets an ImageFormat object corresponding with the given MIME type. -
Uses of ImageFormat in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms that return ImageFormat Modifier and Type Method Description ImageFormat
GetMapParameters. getImageFormat()
-