nl.idgis.tools.image
Class ImageFile
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageFile
public ImageFile(java.lang.String filename,
double pixelSizeX,
double pixelSizeY,
double upperLeftX,
double upperLeftY,
double bottomRightX,
double bottomRightY,
int imgWidth,
int imgHeight)
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()