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 classAviFormat"Image" format for outputting to AVI.classGifFormatCreates (possibly animated) GIFs.classJpegFormatWrites JPEG images using the ImageIO class.classKmzFormatCreates KMZ files for importing into Google Earth.classPng32FormatWrites 32-bit (ARGB) PNG images using the ImageIO class.classPngFormatWrites PNG images using the ImageIO class.classSimpleFormatAbstract 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 ImageFormatImageFormat. 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 ImageFormatGetMapParameters. getImageFormat()
-