|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.survey.Image
skyview.survey.ProxyImage
public class ProxyImage
| Field Summary |
|---|
| Fields inherited from class skyview.survey.Image |
|---|
data |
| Constructor Summary | |
|---|---|
ProxyImage(java.lang.String spell,
WCS wcs,
int width,
int height,
int depth)
Construct a WCS |
|
| Method Summary | |
|---|---|
void |
clearData()
Clear the data array |
double[] |
getCenter(int npix)
Get the center position of the given output pixel |
double[][] |
getCorners(int npix)
Get the corners of the given output pixel |
double |
getData(int npix)
Get a pixels data associated with the image. |
double[] |
getDataArray()
Get the data as an array |
int |
getDepth()
Get the number of planes in the image |
int |
getHeight()
Get the height of the image |
java.lang.String |
getName()
Get the name of the image |
Transformer |
getTransformer()
Get the transformation to the pixel coordinates of the image |
WCS |
getWCS()
Get the WCS associated with the image. |
int |
getWidth()
Get the width of the image |
void |
setData(int npix,
double newData)
Set the Data associated with the image. |
void |
setDataArray(double[] newData)
Set the data array |
void |
setFactory(ImageFactory imFac)
Set the factory that is used to create the real images |
protected void |
setName(java.lang.String name)
set the name of the image |
boolean |
valid()
Is this currently a fully validated image? |
void |
validate()
Make sure the image is read for detailed use. |
| Methods inherited from class skyview.survey.Image |
|---|
getDescription, initialize, isTiled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyImage(java.lang.String spell,
WCS wcs,
int width,
int height,
int depth)
throws TransformationException
TransformationException| Method Detail |
|---|
public java.lang.String getName()
getName in interface ComponentgetName in class Imageprotected void setName(java.lang.String name)
setName in class Imagepublic void setFactory(ImageFactory imFac)
public WCS getWCS()
getWCS in class Imagepublic double getData(int npix)
getData in class Imagepublic double[] getDataArray()
getDataArray in class Image
public void setData(int npix,
double newData)
setData in class Imagepublic void clearData()
clearData in class Imagepublic void setDataArray(double[] newData)
setDataArray in class Imagepublic Transformer getTransformer()
getTransformer in class Imagepublic int getWidth()
getWidth in class Imagepublic int getHeight()
getHeight in class Imagepublic int getDepth()
getDepth in class Imagepublic double[] getCenter(int npix)
getCenter in class Imagepublic double[][] getCorners(int npix)
getCorners in class Imagepublic void validate()
validate in class Imagepublic boolean valid()
valid in class Image
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||