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