Class GeoTIFFImage
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.geoimg.GeoImage
-
- com.vividsolutions.jump.workbench.imagery.geotiff.GeoTIFFImage
-
- All Implemented Interfaces:
ReferencedImage
,Disposable
,AlphaSetting
public class GeoTIFFImage extends GeoImage implements ReferencedImage
legacy GeoTIFF reader
-
-
Constructor Summary
Constructors Constructor Description GeoTIFFImage(String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Envelope
getEnvelope()
String
getLoader()
String
getType()
-
Methods inherited from class com.vividsolutions.jump.workbench.imagery.geoimg.GeoImage
dispose, getAlpha, paint, setAlpha
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vividsolutions.jump.workbench.imagery.ReferencedImage
paint
-
-
-
-
Constructor Detail
-
GeoTIFFImage
public GeoTIFFImage(String location) throws JUMPException
- Throws:
JUMPException
-
-
Method Detail
-
getEnvelope
public org.locationtech.jts.geom.Envelope getEnvelope()
- Specified by:
getEnvelope
in interfaceReferencedImage
- Overrides:
getEnvelope
in classGeoImage
-
getType
public String getType()
- Specified by:
getType
in interfaceReferencedImage
- Overrides:
getType
in classGeoImage
-
getLoader
public String getLoader()
- Specified by:
getLoader
in interfaceReferencedImage
- Overrides:
getLoader
in classGeoImage
-
-