Uses of Class
org.openjump.core.rasterimage.Resolution
-
Packages that use Resolution Package Description org.openjump.core.rasterimage -
-
Uses of Resolution in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return Resolution Modifier and Type Method Description static Resolution
RasterImageIO. calcRequestedResolution(Viewport viewport)
Resolution
Overview. getResolution()
Resolution
TiffTags.TiffMetadata. getResolution()
Methods in org.openjump.core.rasterimage with parameters of type Resolution Modifier and Type Method Description static Rectangle
RasterImageIO. getDrawingRectangle(int imgWidth, int imgHeight, org.locationtech.jts.geom.Envelope wholeImageEnvelope, org.locationtech.jts.geom.Envelope viewportEnvelope, Resolution subsetResolution)
ImageAndMetadata
RasterImageIO. loadImage(String fileNameOrURL, Stats stats, org.locationtech.jts.geom.Envelope viewPortEnvelope, Resolution requestedRes)
int
Overviews. pickOverviewLevel(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 libraryConstructors in org.openjump.core.rasterimage with parameters of type Resolution Constructor Description Overview(Overviews.OverviewLocation overviewLocation, Resolution resolution)
TiffMetadata(Integer colsCount, Integer rowsCount, Resolution resolution, Double noData, org.locationtech.jts.geom.Envelope envelope, SRSInfo srsInfo)
-