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