Class RasterImageIO


  • public class RasterImageIO
    extends Object
    Author:
    deluca
    • Constructor Detail

      • RasterImageIO

        public RasterImageIO()
    • Method Detail

      • readCellValue

        public static Double readCellValue​(String fileNameOrURL,
                                           org.locationtech.jts.geom.Coordinate coordinate,
                                           int band)
                                    throws Exception
        Throws:
        Exception
      • getGeoReferencing

        public static org.locationtech.jts.geom.Envelope getGeoReferencing​(String fileName,
                                                                           boolean alwaysLookForTFWExtension,
                                                                           Point imageDimensions)
                                                                    throws Exception
        Substituted by method getGeoReferencing(String fileName)
        Parameters:
        fileName - file name
        alwaysLookForTFWExtension - whether the method should read georeferencing in an associated world file (tfw)
        imageDimensions -
        Returns:
        Envelope envelope of the image in model coordinates
        Throws:
        Exception - if an Exception occurs
      • getVisibleImageCoordinatesOfImage

        protected Rectangle getVisibleImageCoordinatesOfImage​(double imgWidth,
                                                              double imgHeight,
                                                              org.locationtech.jts.geom.Envelope visible,
                                                              org.locationtech.jts.geom.Envelope imageEnv)
      • fromCoordinateToCell

        public static Point fromCoordinateToCell​(org.locationtech.jts.geom.Coordinate coord,
                                                 org.locationtech.jts.geom.Coordinate lowerLeftCoord,
                                                 int rowCount,
                                                 double cellSizeX,
                                                 double cellSizeY)
      • fromCellToCoordinate

        public static org.locationtech.jts.geom.Coordinate fromCellToCoordinate​(Point cell,
                                                                                org.locationtech.jts.geom.Coordinate lowerLeftCoord,
                                                                                double cellSize,
                                                                                int rowCount)
      • calcRequestedResolution

        public static Resolution calcRequestedResolution​(Viewport viewport)