|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SGTImage
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 |
---|
double[] getXEdges()
double[] getYEdges()
java.awt.Image getImage()
SGTMetaData getXMetaData()
getXMetaData
in interface SGTData
SGTMetaData getYMetaData()
getYMetaData
in interface SGTData
SGTMetaData getZMetaData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |