Class MrSIDReferencedImage
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.mrsid.MrSIDReferencedImage
-
- All Implemented Interfaces:
ReferencedImage
,Disposable
public class MrSIDReferencedImage extends Object implements ReferencedImage, Disposable
-
-
Constructor Summary
Constructors Constructor Description MrSIDReferencedImage(SIDInfo info, String sidFilename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
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
-
-