Uses of Class
org.openjump.core.rasterimage.ImageAndMetadata
-
Packages that use ImageAndMetadata Package Description org.openjump.core.rasterimage -
-
Uses of ImageAndMetadata in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return ImageAndMetadata Modifier and Type Method Description ImageAndMetadataRasterImageIO. loadImage(String fileNameOrURL, Stats stats, org.locationtech.jts.geom.Envelope viewPortEnvelope, Resolution requestedRes)static ImageAndMetadataTiffUtils. readImage(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Overviews overviews, Stats stats)Deprecated.static ImageAndMetadataTiffUtilsV2. 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 filestatic ImageAndMetadataTiffUtilsV2. readImageAndMetadata(File tiffFile, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution requestedRes, Stats stats)New method to build an ImageAndMetadata file An ImageAndMetadata groups the Envelope, the Image, the Statistics and NoData value of a TIF file Removed reading overviews and dependency to commons imaging library
-