Class CommonsImage
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.graphic.AbstractGraphicImage
-
- com.vividsolutions.jump.workbench.imagery.graphic.CommonsImage
-
- All Implemented Interfaces:
ReferencedImage
,Disposable
,AlphaSetting
- Direct Known Subclasses:
CommonsTIFFImage
public class CommonsImage extends AbstractGraphicImage
An image whose source is a bitmap Much of this code was donated by Larry Becker and Robert Littlefield of Integrated Systems Analysts, Inc.
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.workbench.imagery.graphic.AbstractGraphicImage
env, image, initialload, loader, type, uristring, wf
-
-
Constructor Summary
Constructors Constructor Description CommonsImage(String location, WorldFile wf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initImage()
-
-
-
Method Detail
-
initImage
protected void initImage() throws ReferencedImageException
- Specified by:
initImage
in classAbstractGraphicImage
- Throws:
ReferencedImageException
-
-