Uses of Class
gov.noaa.pmel.sgt.dm.SGTMetaData

Packages that use SGTMetaData
gov.noaa.pmel.sgt.demo JApplets and applications that demonstrate the use of sgt. 
gov.noaa.pmel.sgt.dm Classes and interfaces that define the sgt datamodel. 
gov.noaa.pmel.util Contains date and time facilities and miscellaneous utility classes. 
 

Uses of SGTMetaData in gov.noaa.pmel.sgt.demo
 

Methods in gov.noaa.pmel.sgt.demo that return SGTMetaData
 SGTMetaData PseudoRealTimeData.getXMetaData()
           
 SGTMetaData PseudoRealTimeData.getYMetaData()
           
 

Uses of SGTMetaData in gov.noaa.pmel.sgt.dm
 

Methods in gov.noaa.pmel.sgt.dm that return SGTMetaData
 SGTMetaData ThreeDGrid.getXMetaData()
           
 SGTMetaData ThreeDGrid.getYMetaData()
           
 SGTMetaData ThreeDGrid.getZMetaData()
           
 SGTMetaData ThreeDGrid.getValMetaData()
           
 SGTMetaData SimplePoint.getValueMetaData()
          Get the associated value SGTMetaData.
 SGTMetaData SimplePoint.getXMetaData()
           
 SGTMetaData SimplePoint.getYMetaData()
           
 SGTMetaData SimpleLine.getXMetaData()
          Get the X coordinate metadata.
 SGTMetaData SimpleLine.getYMetaData()
          Get the Y coordinate metadata
 SGTMetaData SimpleGrid.getXMetaData()
           
 SGTMetaData SimpleGrid.getYMetaData()
           
 SGTMetaData SimpleGrid.getZMetaData()
           
 SGTMetaData SGTVector.getXMetaData()
           
 SGTMetaData SGTVector.getYMetaData()
           
 SGTMetaData SGTPoint.getValueMetaData()
          Get the SGTMetaData object associated with the value.
 SGTMetaData SGTImage.getXMetaData()
          Get the X coordinate SGTMetaData.
 SGTMetaData SGTImage.getYMetaData()
          Get the Y coordinate SGTMetaData.
 SGTMetaData SGTImage.getZMetaData()
          Get the pixel SGTMetaData.
 SGTMetaData SGTGrid.getZMetaData()
          Get the Z SGTMetaData.
 SGTMetaData SGTFull3DVector.getXMetaData()
           
 SGTMetaData SGTFull3DVector.getYMetaData()
           
 SGTMetaData SGTFull3DVector.getZMetaData()
           
 SGTMetaData SGTData.getXMetaData()
          Returns the X SGTMetaData.
 SGTMetaData SGTData.getYMetaData()
          Returns the Y SGTMetaData.
 SGTMetaData SGT3DGrid.getValMetaData()
          Get the Value SGTMetaData.
 SGTMetaData PointCollection.getXMetaData()
           
 SGTMetaData PointCollection.getYMetaData()
           
 SGTMetaData Collection.getXMetaData()
           
 SGTMetaData Collection.getYMetaData()
           
 SGTMetaData Annote.Line.getXMetaData()
           
 SGTMetaData Annote.Line.getYMetaData()
           
 SGTMetaData Annote.Point.getXMetaData()
           
 SGTMetaData Annote.Point.getYMetaData()
           
 SGTMetaData Annote.Text.getXMetaData()
           
 SGTMetaData Annote.Text.getYMetaData()
           
 SGTMetaData Annote.Oval.getXMetaData()
           
 SGTMetaData Annote.Oval.getYMetaData()
           
 SGTMetaData Annote.Rect.getXMetaData()
           
 SGTMetaData Annote.Rect.getYMetaData()
           
 SGTMetaData Annotation.getXMetaData()
           
 SGTMetaData Annotation.getYMetaData()
           
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type SGTMetaData
 void ThreeDGrid.setXMetaData(SGTMetaData md)
          Set the SGTMetaData associated with the x coordinate.
 void ThreeDGrid.setYMetaData(SGTMetaData md)
          Set the SGTMetaData associated with the y coordinate.
 void ThreeDGrid.setZMetaData(SGTMetaData md)
          Set the SGTMetaData associated with the z coordinate.
 void ThreeDGrid.setValMetaData(SGTMetaData md)
          Set the SGTMetaData associated with the z coordinate.
 void SimplePoint.setXMetaData(SGTMetaData md)
          Set the SGTMetaData associated with the x coordinate
 void SimplePoint.setYMetaData(SGTMetaData md)
          Set the SGTMetaData associated with the y coordinate
 void SimpleLine.setXMetaData(SGTMetaData md)
          Set the X coordinate metadata.
 void SimpleLine.setYMetaData(SGTMetaData md)
          Set the Y coordinate metadata.
 void SimpleGrid.setXMetaData(SGTMetaData md)
          Set the SGTMetaData associated with the x coordinate.
 void SimpleGrid.setYMetaData(SGTMetaData md)
          Set the SGTMetaData associated with the y coordinate.
 void SimpleGrid.setZMetaData(SGTMetaData md)
          Set the SGTMetaData associated with the z coordinate.
 void PointCollection.setXMetaData(SGTMetaData xMetaData)
          Set the SGTMetaData associated with the x axis.
 void PointCollection.setYMetaData(SGTMetaData yMetaData)
          Set the SGTMetaData associated with the y axis.
 void Annotation.setXMetaData(SGTMetaData meta)
           
 void Annotation.setYMetaData(SGTMetaData meta)
           
 

Uses of SGTMetaData in gov.noaa.pmel.util
 

Methods in gov.noaa.pmel.util with parameters of type SGTMetaData
static int Units.getBaseUnit(SGTMetaData meta)
          Return the base unit for the meta data.
 



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