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 Stats
Stats. defaultRGBStats()
Stats
Metadata. getStats()
Stats
GDALInternalMetadata. readStatistics(String statsTag)
Stats
GDALPamDataset. readStatistics(File auxXmlFile)
Methods in org.openjump.core.rasterimage with parameters of type Stats Modifier and Type Method Description ImageAndMetadata
RasterImageIO. loadImage(String fileNameOrURL, Stats stats, org.locationtech.jts.geom.Envelope viewPortEnvelope, Resolution requestedRes)
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 filestatic ImageAndMetadata
TiffUtilsV2. 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 libraryvoid
GDALPamDataset. writeStatistics(File auxXmlFile, Stats stats)
void
GDALPamDataset. 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)
-