Uses of Class
org.openjump.core.rasterimage.Stats
-
Packages that use Stats Package Description org.openjump.core.rasterimage -
-
Uses of Stats in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return Stats Modifier and Type Method Description static StatsStats. defaultRGBStats()StatsMetadata. getStats()StatsGDALInternalMetadata. readStatistics(String statsTag)StatsGDALPamDataset. readStatistics(File auxXmlFile)Methods in org.openjump.core.rasterimage with parameters of type Stats 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 libraryvoidGDALPamDataset. writeStatistics(File auxXmlFile, Stats stats)voidGDALPamDataset. writeStatisticsAndSRS(File auxXmlFile, SRSInfo srsInfo, Stats stats)Constructors in org.openjump.core.rasterimage with parameters of type Stats Constructor Description Metadata(org.locationtech.jts.geom.Envelope originalImageEnvelope, org.locationtech.jts.geom.Envelope actualEnvelope, Point originalSize, Point actualSize, double originalCellSize, double actualCellSize, double noDataValue, Stats stats)
-