Uses of Class
org.openjump.core.rasterimage.Overviews
-
Packages that use Overviews Package Description org.openjump.core.rasterimage -
-
Uses of Overviews in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return Overviews Modifier and Type Method Description static Overviews
OverviewsUtils. getOverviews(File tiffFile, org.locationtech.jts.geom.Envelope envelope)
Methods in org.openjump.core.rasterimage with parameters of type Overviews Modifier and Type Method Description static ImageAndMetadata
TiffUtils. readImage(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Overviews overviews, Stats stats)
Deprecated.static ImageAndMetadata
TiffUtilsV2. readImage(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Overviews overviews, Stats stats)
Method to build an ImageAndMetadata file An ImageAndMetadata groups the Envelope, the Image, the Statistics and NoData value of a TIF file
-