Package org.openjump.core.rasterimage
Class TiffUtils
- java.lang.Object
-
- org.openjump.core.rasterimage.TiffUtils
-
@Deprecated public class TiffUtils extends Object
Deprecated.moved all methods to newer org.openjump.core.rasterimage.TiffUtilsV2 class- Author:
- AdL
-
-
Constructor Summary
Constructors Constructor Description TiffUtils()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Double
readCellValue(File tiffFile, int col, int row, int band)
Deprecated.static ImageAndMetadata
readImage(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Overviews overviews, Stats stats)
Deprecated.
-
-
-
Method Detail
-
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.
-
-