Class JAIGraphicImage
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.graphic.AbstractGraphicImage
-
- com.vividsolutions.jump.workbench.imagery.graphic.JAIGraphicImage
-
- All Implemented Interfaces:
ReferencedImage
,Disposable
,AlphaSetting
public class JAIGraphicImage 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 Modifier and Type Field Description protected org.locationtech.jts.geom.Envelope
env
protected BufferedImage
image
protected boolean
initialload
protected String
type
protected String
uri
protected WorldFile
wf
-
Fields inherited from class com.vividsolutions.jump.workbench.imagery.graphic.AbstractGraphicImage
loader, uristring
-
-
Constructor Summary
Constructors Constructor Description JAIGraphicImage(String location, WorldFile wf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initImage()
-
-
-
Field Detail
-
uri
protected String uri
-
image
protected BufferedImage image
-
wf
protected WorldFile wf
-
initialload
protected boolean initialload
-
env
protected org.locationtech.jts.geom.Envelope env
-
type
protected String type
-
-
Method Detail
-
initImage
protected void initImage() throws ReferencedImageException
- Specified by:
initImage
in classAbstractGraphicImage
- Throws:
ReferencedImageException
-
-