Package com.kheops.util.encoders
Class AbstractMapImageEncoder
java.lang.Object
com.kheops.util.encoders.AbstractMapImageEncoder
- All Implemented Interfaces:
- MapImageEncoder
- Direct Known Subclasses:
- GifMapImageEncoder,- JAIMapImageEncoder,- PngMapImageEncoder
- 
Field SummaryFields inherited from interface com.kheops.util.encoders.MapImageEncoderTYPE_3BYTE_BGR, TYPE_4BYTE_ABGR, TYPE_4BYTE_ABGR_PRE, TYPE_BYTE_BINARY, TYPE_BYTE_GRAY, TYPE_BYTE_INDEXED, TYPE_INT_ARGB, TYPE_INT_ARGB_PRE, TYPE_INT_BGR, TYPE_INT_RGB, TYPE_USHORT_555_RGB, TYPE_USHORT_565_RGB, TYPE_USHORT_GRAY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringnormalizeImageFormat(String imageFormat) parseParameters(String params) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kheops.util.encoders.MapImageEncoderencode, getColorType, getSupportedFormat
- 
Constructor Details- 
AbstractMapImageEncoderpublic AbstractMapImageEncoder()
 
- 
- 
Method Details- 
normalizeImageFormat
- 
parseParameters
 
-