Class GeoImage
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.geoimg.GeoImage
-
- All Implemented Interfaces:
ReferencedImage
,Disposable
,AlphaSetting
- Direct Known Subclasses:
GeoTIFFImage
public class GeoImage extends Object implements ReferencedImage, Disposable, AlphaSetting
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
int
getAlpha()
org.locationtech.jts.geom.Envelope
getEnvelope()
String
getLoader()
String
getType()
void
paint(Feature f, Graphics2D g, Viewport viewport)
actually paint the image to the viewportvoid
setAlpha(int alpha)
-
-
-
Constructor Detail
-
GeoImage
public GeoImage(String location, Object reader) throws JUMPException
- Throws:
JUMPException
-
-
Method Detail
-
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope()
- Specified by:
getEnvelope
in interfaceReferencedImage
-
paint
public void paint(Feature f, Graphics2D g, Viewport viewport) throws ReferencedImageException
actually paint the image to the viewport- Specified by:
paint
in interfaceReferencedImage
- Throws:
ReferencedImageException
-
getType
public String getType()
- Specified by:
getType
in interfaceReferencedImage
-
getLoader
public String getLoader()
- Specified by:
getLoader
in interfaceReferencedImage
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceDisposable
-
getAlpha
public int getAlpha()
- Specified by:
getAlpha
in interfaceAlphaSetting
-
setAlpha
public void setAlpha(int alpha)
- Specified by:
setAlpha
in interfaceAlphaSetting
-
-