| |
|
| java.lang.Object com.vividsolutions.wms.MapImageFormatChooser
MapImageFormatChooser | public class MapImageFormatChooser (Code) | | A Utility class to select the optimal Map Format based on some preferences.
author: Chris Hodgson chodgson@refractions.net |
IMAGE_FORMATS | final public static String[][] IMAGE_FORMATS(Code) | | |
MapImageFormatChooser | public MapImageFormatChooser()(Code) | | Creates a new instance of MapImageFormatChooser.
|
MapImageFormatChooser | public MapImageFormatChooser(String wmsVersion)(Code) | | Creates a new instance of MapImageFormatChooser.
|
isKnownFormat | public static boolean isKnownFormat(String format)(Code) | | Returns true if the specified format is known by the MapFormatChooser, false
otherwise. The MapFormatChooser can only reliably select between formats
which it knows; it will only return an unknown format if there are no known
formats to select from. [UT] changed to accept WMS 1.0 and 1.1.1 image formats
Parameters: format - the format which is in question true if the specified format is known by the MapFormatChooser, false otherwise |
setPreferLossyCompression | public void setPreferLossyCompression(boolean useLossy)(Code) | | |
setTransparencyRequired | public void setTransparencyRequired(boolean transparencyRequired)(Code) | | |
|
|
|