Class GeoImage
java.lang.Object
com.vividsolutions.jump.workbench.imagery.geoimg.GeoImage
- All Implemented Interfaces:
ReferencedImage, Disposable, AlphaSetting
- Direct Known Subclasses:
GeoTIFFImage
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeoImage
- Throws:
JUMPException
-
-
Method Details
-
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope()- Specified by:
getEnvelopein interfaceReferencedImage
-
paint
actually paint the image to the viewport- Specified by:
paintin interfaceReferencedImage- Throws:
ReferencedImageException
-
getType
- Specified by:
getTypein interfaceReferencedImage
-
getLoader
- Specified by:
getLoaderin interfaceReferencedImage
-
dispose
public void dispose()- Specified by:
disposein interfaceDisposable
-
getAlpha
public int getAlpha()- Specified by:
getAlphain interfaceAlphaSetting
-
setAlpha
public void setAlpha(int alpha) - Specified by:
setAlphain interfaceAlphaSetting
-