nl.idgis.tools.image
Class ImageProperties

java.lang.Object
  extended by 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)
           
 
Method Summary
 double getBottomRightX()
           
 double getBottomRightY()
           
 java.lang.String getFilename()
           
 int getHeight()
           
 double getPixelSizeX()
           
 double getPixelSizeY()
           
 int getScaleX()
           
 int getScaleY()
           
 double getUpperLeftX()
           
 double getUpperLeftY()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
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()

getScaleX

public int getScaleX()

getScaleY

public int getScaleY()