|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Defines a data object to be of Image type. Interpretation
of X and Y is determined by the CoordinateSystem. For
Cartesian, X and Y are the Cartesian coordinates. For
Polar,
X and Y are R (radius) and Theta (angle), respectively.
The SGTImage interface only specifies the methods required
to access information. The methods used to construct an
object that implements SGTImage is left to the developer.
SGTData,
CoordinateSystem,
Cartesian,
Polar| Method Summary | |
java.awt.Image |
getImage()
Get the image. |
double[] |
getXEdges()
Get the X coordinate edges. |
SGTMetaData |
getXMetaData()
Get the X coordinate SGTMetaData. |
double[] |
getYEdges()
Get the Y coordinate edges. |
SGTMetaData |
getYMetaData()
Get the Y coordinate SGTMetaData. |
SGTMetaData |
getZMetaData()
Get the pixel SGTMetaData. |
| Methods inherited from interface gov.noaa.pmel.sgt.dm.SGTData |
addPropertyChangeListener, copy, getId, getKeyTitle, getTitle, getXRange, getYRange, isXTime, isYTime, removePropertyChangeListener |
| Method Detail |
public double[] getXEdges()
public double[] getYEdges()
public java.awt.Image getImage()
public SGTMetaData getXMetaData()
getXMetaData in interface SGTDatapublic SGTMetaData getYMetaData()
getYMetaData in interface SGTDatapublic SGTMetaData getZMetaData()
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||