| java.lang.Object com.vividsolutions.jump.workbench.imagery.mrsid.SIDInfo
SIDInfo | public class SIDInfo (Code) | | |
Constructor Summary | |
| SIDInfo(String fileName, int pixelWidth, int pixelHeight, double xres, double xrot, double yrot, double yres, double ulx, double uly, int numLevels, String colorSpace) |
SIDInfo | SIDInfo(String fileName, int pixelWidth, int pixelHeight, double xres, double xrot, double yrot, double yres, double ulx, double uly, int numLevels, String colorSpace)(Code) | | |
getNumLevels | int getNumLevels()(Code) | | |
getPixelHeight | int getPixelHeight()(Code) | | |
getPixelWidth | int getPixelWidth()(Code) | | |
getUpperLeftX | double getUpperLeftX()(Code) | | |
getUpperLeftY | double getUpperLeftY()(Code) | | |
getXRes | double getXRes()(Code) | | |
getXRot | double getXRot()(Code) | | |
getYRes | double getYRes()(Code) | | |
getYRot | double getYRot()(Code) | | |
|
|