Uses of Class
gov.noaa.pmel.util.GeoDateArray

Packages that use GeoDateArray
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. 
 

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

Methods in gov.noaa.pmel.sgt.demo that return GeoDateArray
 GeoDateArray PseudoRealTimeData.getGeoDateArray()
           
 

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

Fields in gov.noaa.pmel.sgt.dm declared as GeoDateArray
protected  GeoDateArray SimpleGrid.tEdges_
           
protected  GeoDateArray SimpleLine.tloc_
           
protected  GeoDateArray SimpleGrid.tloc_
           
 

Methods in gov.noaa.pmel.sgt.dm that return GeoDateArray
 GeoDateArray SimpleTuple.getGeoDateArray()
           
 GeoDateArray SimpleLine.getGeoDateArray()
          Get the GeoDateArray object.
 GeoDateArray SimpleGrid.getGeoDateArray()
          Get the GeoDateArray object.
 GeoDateArray SGTTuple.getGeoDateArray()
          Get the GeoDateArray object.
 GeoDateArray SGTLine.getGeoDateArray()
          Get the GeoDateArray object.
 GeoDateArray SGTGrid.getGeoDateArray()
          Get the GeoDateArray object.
 GeoDateArray SimpleGrid.getGeoDateArrayEdges()
          Get the GeoDateArray object.
 GeoDateArray SGTGrid.getGeoDateArrayEdges()
          Get the GeoDateArray object.
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type GeoDateArray
 void SimpleLine.setTimeArray(GeoDateArray tarray)
           
 void SimpleGrid.setTimeArray(GeoDateArray tarray)
           
 void Annote.Line.setTimeArray(GeoDateArray gda)
           
 void SimpleGrid.setTimeEdges(GeoDateArray tarray)
           
 void SimpleTuple.setXArray(GeoDateArray tArray)
           
 void SimpleTuple.setYArray(GeoDateArray tArray)
           
 

Constructors in gov.noaa.pmel.sgt.dm with parameters of type GeoDateArray
SimpleLine(double[] xloc, GeoDateArray tloc, java.lang.String title)
          Constructor for X double and Y Time.
SimpleLine(GeoDateArray tloc, double[] yloc, java.lang.String title)
          Constructor for X Time and Y double.