stsci.arcobj
Class ImageInfoImp
java.lang.Object
|
+--stsci.arcobj.ImageInfoImp
- All Implemented Interfaces:
- ImageInfo, java.io.Serializable
- public class ImageInfoImp
- extends java.lang.Object
- implements ImageInfo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
xcoefficients
public double[] xcoefficients
ycoefficients
public double[] ycoefficients
plateRA
public double plateRA
plateDEC
public double plateDEC
plateX
public double plateX
plateY
public double plateY
plateScale
public double plateScale
pixSizeX
public double pixSizeX
pixSizeY
public double pixSizeY
offsetX
public int offsetX
offsetY
public int offsetY
width
public int width
height
public int height
plateID
public java.lang.String plateID
ImageInfoImp
public ImageInfoImp()
xcoefficients
public double[] xcoefficients()
- Specified by:
xcoefficients
in interface ImageInfo
ycoefficients
public double[] ycoefficients()
- Specified by:
ycoefficients
in interface ImageInfo
plateRA
public double plateRA()
- Specified by:
plateRA
in interface ImageInfo
plateDEC
public double plateDEC()
- Specified by:
plateDEC
in interface ImageInfo
plateX
public double plateX()
- Specified by:
plateX
in interface ImageInfo
plateY
public double plateY()
- Specified by:
plateY
in interface ImageInfo
pixSizeX
public double pixSizeX()
- Specified by:
pixSizeX
in interface ImageInfo
pixSizeY
public double pixSizeY()
- Specified by:
pixSizeY
in interface ImageInfo
plateScale
public double plateScale()
- Specified by:
plateScale
in interface ImageInfo
offsetX
public int offsetX()
- Specified by:
offsetX
in interface ImageInfo
offsetY
public int offsetY()
- Specified by:
offsetY
in interface ImageInfo
getWidth
public int getWidth()
- Description copied from interface:
ImageInfo
- Number of pixels across image.
- Specified by:
getWidth
in interface ImageInfo
getHeight
public int getHeight()
- Description copied from interface:
ImageInfo
- Number of pixels top to bottom of image.
- Specified by:
getHeight
in interface ImageInfo
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
header
public java.lang.String header()
getPlateID
public java.lang.String getPlateID()
- Specified by:
getPlateID
in interface ImageInfo