Class ECWImage
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.ecw.ECWImage
-
- All Implemented Interfaces:
ReferencedImage,Disposable
public class ECWImage extends Object implements ReferencedImage, Disposable
AReferencedImagefor ECW files
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voiddispose()org.locationtech.jts.geom.EnvelopegetEnvelope()StringgetLoader()StringgetType()voidpaint(Feature f, Graphics2D g, Viewport viewport)
-
-
-
Method Detail
-
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope()
- Specified by:
getEnvelopein interfaceReferencedImage
-
paint
public void paint(Feature f, Graphics2D g, Viewport viewport) throws ReferencedImageException
- Specified by:
paintin interfaceReferencedImage- Throws:
ReferencedImageException
-
close
public void close()
-
getType
public String getType()
- Specified by:
getTypein interfaceReferencedImage
-
getLoader
public String getLoader()
- Specified by:
getLoaderin interfaceReferencedImage
-
dispose
public void dispose()
- Specified by:
disposein interfaceDisposable
-
-