Class TiffUtils
java.lang.Object
org.openjump.core.rasterimage.TiffUtils
Deprecated.
moved all methods to newer
org.openjump.core.rasterimage.TiffUtilsV2 class
- Author:
- AdL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DoublereadCellValue(File tiffFile, int col, int row, int band) Deprecated.static ImageAndMetadatareadImage(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Overviews overviews, Stats stats) Deprecated.
-
Constructor Details
-
TiffUtils
public TiffUtils()Deprecated.
-
-
Method Details
-
readImage
public static ImageAndMetadata readImage(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Overviews overviews, Stats stats) throws NoninvertibleTransformException, IOException, FileNotFoundException, TiffTags.TiffReadingException, Exception Deprecated. -
readCellValue
-