nl.idgis.tools.image
Class ImageFile

java.lang.Object
  extended by nl.idgis.tools.image.ImageFile

public class ImageFile
extends java.lang.Object


Constructor Summary
ImageFile(java.lang.String filename, double pixelSizeX, double pixelSizeY, double upperLeftX, double upperLeftY, double bottomRightX, double bottomRightY, int imgWidth, int imgHeight)
           
 
Method Summary
 double getBottomRightX()
           
 double getBottomRightY()
           
 java.lang.String getFilename()
           
 int getHeight()
           
 double getPixelSizeX()
           
 double getPixelSizeY()
           
 double getUpperLeftX()
           
 double getUpperLeftY()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFile

public ImageFile(java.lang.String filename,
                 double pixelSizeX,
                 double pixelSizeY,
                 double upperLeftX,
                 double upperLeftY,
                 double bottomRightX,
                 double bottomRightY,
                 int imgWidth,
                 int imgHeight)
Method Detail

getFilename

public java.lang.String getFilename()

getPixelSizeX

public double getPixelSizeX()

getPixelSizeY

public double getPixelSizeY()

getUpperLeftX

public double getUpperLeftX()

getUpperLeftY

public double getUpperLeftY()

getBottomRightX

public double getBottomRightX()

getBottomRightY

public double getBottomRightY()

getWidth

public int getWidth()

getHeight

public int getHeight()