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
AReferencedImage
for ECW files
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
dispose()
org.locationtech.jts.geom.Envelope
getEnvelope()
String
getLoader()
String
getType()
void
paint(Feature f, Graphics2D g, Viewport viewport)
-
-
-
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
- Specified by:
paint
in interfaceReferencedImage
- Throws:
ReferencedImageException
-
close
public void close()
-
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
-
-