Class CommonsTIFFImage
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.graphic.AbstractGraphicImage
-
- com.vividsolutions.jump.workbench.imagery.graphic.CommonsImage
-
- com.vividsolutions.jump.workbench.imagery.graphic.CommonsTIFFImage
-
- All Implemented Interfaces:
ReferencedImage
,Disposable
,AlphaSetting
public class CommonsTIFFImage extends CommonsImage
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.workbench.imagery.graphic.AbstractGraphicImage
env, image, initialload, loader, type, uristring, wf
-
-
Constructor Summary
Constructors Constructor Description CommonsTIFFImage(String location, WorldFile wf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Envelope
getEnvelope()
protected void
initImage()
-
-
-
Method Detail
-
initImage
protected void initImage() throws ReferencedImageException
- Overrides:
initImage
in classCommonsImage
- Throws:
ReferencedImageException
-
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope() throws ReferencedImageException
- Specified by:
getEnvelope
in interfaceReferencedImage
- Overrides:
getEnvelope
in classAbstractGraphicImage
- Throws:
ReferencedImageException
-
-