com.vividsolutions.jump.workbench.imagery.graphic
Class GraphicImage
java.lang.Object
com.vividsolutions.jump.workbench.imagery.graphic.GraphicImage
- All Implemented Interfaces:
- ReferencedImage
public class GraphicImage
- extends java.lang.Object
- implements ReferencedImage
An image whose source is a bitmap
Much of this code was donated by Larry Becker and Robert Littlefield of Integrated Systems Analysts, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphicImage
public GraphicImage(java.io.File file,
WorldFile wf)
getEnvelope
public com.vividsolutions.jts.geom.Envelope getEnvelope()
- Specified by:
getEnvelope in interface ReferencedImage
paint
public void paint(Feature f,
java.awt.Graphics2D g,
Viewport viewport)
- Specified by:
paint in interface ReferencedImage
getType
public java.lang.String getType()
- Specified by:
getType in interface ReferencedImage