public class GeoImage extends java.lang.Object implements ReferencedImage, Disposable, AlphaSetting
Constructor and Description |
---|
GeoImage(java.lang.String location,
java.lang.Object reader) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
int |
getAlpha() |
com.vividsolutions.jts.geom.Envelope |
getEnvelope() |
java.lang.String |
getLoader() |
java.lang.String |
getType() |
void |
paint(Feature f,
java.awt.Graphics2D g,
Viewport viewport)
actually paint the image to the viewport
|
void |
setAlpha(int alpha) |
public GeoImage(java.lang.String location, java.lang.Object reader) throws JUMPException
JUMPException
public com.vividsolutions.jts.geom.Envelope getEnvelope()
getEnvelope
in interface ReferencedImage
public void paint(Feature f, java.awt.Graphics2D g, Viewport viewport) throws ReferencedImageException
paint
in interface ReferencedImage
ReferencedImageException
public java.lang.String getType()
getType
in interface ReferencedImage
public java.lang.String getLoader()
getLoader
in interface ReferencedImage
public void dispose()
dispose
in interface Disposable
public int getAlpha()
getAlpha
in interface AlphaSetting
public void setAlpha(int alpha)
setAlpha
in interface AlphaSetting