Uses of Class
org.openjump.core.rasterimage.Stats
Packages that use Stats
-
Uses of Stats in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return StatsModifier and TypeMethodDescriptionstatic StatsStats.defaultRGBStats()Metadata.getStats()GDALInternalMetadata.readStatistics(String statsTag) GDALPamDataset.readStatistics(File auxXmlFile) Methods in org.openjump.core.rasterimage with parameters of type StatsModifier and TypeMethodDescriptionRasterImageIO.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