gov.noaa.pmel.sgt.dm
Interface SGTImage

All Superinterfaces:
SGTData

public interface SGTImage
extends SGTData

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.

Since:
1.0
Version:
$Revision: 1.5 $, $Date: 2001/02/06 20:05:51 $
Author:
Donald Denbo
See Also:
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

getXEdges

public double[] getXEdges()
Get the X coordinate edges.


getYEdges

public double[] getYEdges()
Get the Y coordinate edges.


getImage

public java.awt.Image getImage()
Get the image.


getXMetaData

public SGTMetaData getXMetaData()
Get the X coordinate SGTMetaData.

Specified by:
getXMetaData in interface SGTData

getYMetaData

public SGTMetaData getYMetaData()
Get the Y coordinate SGTMetaData.

Specified by:
getYMetaData in interface SGTData

getZMetaData

public SGTMetaData getZMetaData()
Get the pixel SGTMetaData.



Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003