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.EnvelopegetEnvelope()protected voidinitImage()
-
-
-
Method Detail
-
initImage
protected void initImage() throws ReferencedImageException- Overrides:
initImagein classCommonsImage- Throws:
ReferencedImageException
-
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope() throws ReferencedImageException- Specified by:
getEnvelopein interfaceReferencedImage- Overrides:
getEnvelopein classAbstractGraphicImage- Throws:
ReferencedImageException
-
-