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

Packages that use GeoDate
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.contour Contour and polygon fill support. 
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.sgt.swing Components that use the package javax.swing
gov.noaa.pmel.sgt.swing.prop Property dialogs for sgt components using javax.swing
gov.noaa.pmel.util Contains date and time facilities and miscellaneous utility classes. 
 

Uses of GeoDate in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that return GeoDate
 GeoDate TimeAxisStyle.getStartTime(TimeRange trange)
          Returns a beginning time rounded to the nearest minor increment.
 GeoDate SineTransform.getTimeTransU(double p)
           
 GeoDate LogTransform.getTimeTransU(double p)
           
 GeoDate LinearTransform.getTimeTransU(double p)
          Transform from physical coordinates to time.
 GeoDate CartesianGraph.getXPtoTime(double p)
          Transform physical X coordinate to time.
 GeoDate CartesianGraph.getYPtoTime(double p)
          Transform physical Y coordinate to time.
 

Methods in gov.noaa.pmel.sgt with parameters of type GeoDate
 void TimeAxisStyle.computeDefaults(GeoDate delta)
          Determine the minor label interval from the time extent of the axis.
protected  void TimeAxis.drawMajorLabel(java.awt.Graphics g, double val, GeoDate time)
           
protected  void TimeAxis.drawMinorLabel(java.awt.Graphics g, double val, GeoDate time)
           
 int TimeAxisStyle.getMajorValue(GeoDate time)
          Get the major time value for labeling.
 int TimeAxisStyle.getMinorValue(GeoDate time)
          Get the minor time value for labeling.
 double SineTransform.getTransP(GeoDate t)
           
 double LogTransform.getTransP(GeoDate t)
           
 double LinearTransform.getTransP(GeoDate t)
          Transform from time to physical coordinates.
 int CartesianGraph.getXUtoD(GeoDate t)
          Transform GeoDate to device coordinate.
 double CartesianGraph.getXUtoD2(GeoDate t)
          Transform GeoDate to device coordinate.
 double CartesianGraph.getXUtoP(GeoDate t)
          Transform GeoDate to physical coordinate.
 int CartesianGraph.getYUtoD(GeoDate t)
          Transform time to device coordinate.
 double CartesianGraph.getYUtoD2(GeoDate t)
          Transform time to device coordinate.
 double CartesianGraph.getYUtoP(GeoDate t)
          Transform time to physical coordinate.
 boolean TimeAxisStyle.isRoomForMajorLabel(GeoDate delta)
          Determines if there is enough room in delta time for another major label.
 boolean TimeAxisStyle.isStartOfMinor(GeoDate time)
          Determines if time is the start of a minor interval.
 void CartesianGraph.setClip(GeoDate tmin, GeoDate tmax, double min, double max)
          Set the clipping rectangle in user coordinates.
 void AxisTransform.setRangeU(GeoDate gt1, GeoDate gt2)
          Set the user coordinate range for GeoDate values.
 

Constructors in gov.noaa.pmel.sgt with parameters of type GeoDate
AxisTransform(double p1, double p2, GeoDate t1, GeoDate t2)
          AxisTransform time constructor.
LinearTransform(double p1, double p2, GeoDate t1, GeoDate t2)
          LinearTransform constructor.
LogTransform(double p1, double p2, GeoDate t1, GeoDate t2)
           
SineTransform(double p1, double p2, GeoDate t1, GeoDate t2)
           
 

Uses of GeoDate in gov.noaa.pmel.sgt.contour
 

Methods in gov.noaa.pmel.sgt.contour that return GeoDate
 GeoDate ContourLine.getReferenceTime()
          Get reference time for the time point of the Point2D object.
 

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

Methods in gov.noaa.pmel.sgt.demo that return GeoDate
 GeoDate[] PseudoRealTimeData.getTimeArray()
           
 

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

Fields in gov.noaa.pmel.sgt.dm declared as GeoDate
protected  GeoDate[] ThreeDGrid.tEdges_
           
protected  GeoDate[] ThreeDGrid.tloc_
           
 

Methods in gov.noaa.pmel.sgt.dm that return GeoDate
 GeoDate SGTMetaData.getModuloTime()
          Get temporal modulo value
 GeoDate SimplePoint.getTime()
          Get the time coordinate.
 GeoDate SGTPoint.getTime()
          Get the Time value.
 GeoDate[] ThreeDGrid.getTimeArray()
           
 GeoDate[] SimpleTuple.getTimeArray()
           
 GeoDate[] SimpleLine.getTimeArray()
          Get the Time coordinate array.
 GeoDate[] SimpleGrid.getTimeArray()
           
 GeoDate[] SGTTuple.getTimeArray()
           
 GeoDate[] SGTLine.getTimeArray()
          Get the array of Time values.
 GeoDate[] SGTGrid.getTimeArray()
          Get the array of temporal values.
 GeoDate[] ThreeDGrid.getTimeEdges()
           
 GeoDate[] SimpleGrid.getTimeEdges()
           
 GeoDate[] SGTGrid.getTimeEdges()
          Get the Time edges.
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type GeoDate
 void SGTMetaData.setModuloTime(GeoDate val)
          Set temporal modulo value.
 void SimplePoint.setTime(GeoDate date)
          Set the time coordinate
 void ThreeDGrid.setTimeArray(GeoDate[] tloc)
          set the temporal grid centers
Property Change: dataModified.
 void SimpleLine.setTimeArray(GeoDate[] tloc)
          Set the Time coordinate array
Property Change: dataModified.
 void SimpleGrid.setTimeArray(GeoDate[] tloc)
          set the temporal grid centers
Property Change: dataModified.
 void ThreeDGrid.setTimeEdges(GeoDate[] edge)
          Set the values for the temporal grid edges.
 void SimpleGrid.setTimeEdges(GeoDate[] edge)
          Set the values for the temporal grid edges.
 void SimpleTuple.setXArray(GeoDate[] tArray)
           
 void SimpleTuple.setYArray(GeoDate[] tArray)
           
 

Constructors in gov.noaa.pmel.sgt.dm with parameters of type GeoDate
SimpleGrid(double[] grid, double[] xloc, GeoDate[] tloc, java.lang.String title)
          Constructor for X double and Y time.
SimpleGrid(double[] grid, GeoDate[] tloc, double[] yloc, java.lang.String title)
          Constructor for X time and Y double.
SimpleLine(double[] xloc, GeoDate[] tloc, java.lang.String title)
          Constructor for X double and Y Time.
SimpleLine(GeoDate[] tloc, double[] yloc, java.lang.String title)
          Constructor for X Time and Y double.
SimpleTuple(double[] xArray, GeoDate[] yArray, double[] zArray, java.lang.String title)
           
SimpleTuple(double[] xArray, GeoDate[] yArray, java.lang.String title)
           
SimpleTuple(GeoDate[] xArray, double[] yArray, double[] zArray, java.lang.String title)
           
SimpleTuple(GeoDate[] xArray, double[] yArray, java.lang.String title)
           
ThreeDGrid(double[] grid, double[] xloc, double[] yloc, GeoDate[] tloc, java.lang.String title)
          Constructor for X double and Y double, and Z time.
ThreeDGrid(double[] grid, double[] xloc, GeoDate[] tloc, double[] zloc, java.lang.String title)
          Constructor for X, Z double and Y time.
ThreeDGrid(double[] grid, GeoDate[] tloc, double[] yloc, double[] zloc, java.lang.String title)
          Constructor for X time and Y, Z double.
 

Uses of GeoDate in gov.noaa.pmel.sgt.swing
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type GeoDate
protected  void JGraphicLayout.setAllClip(GeoDate tmin, GeoDate tmax, double min, double max)
          Set the clip range for all Layers.
 

Uses of GeoDate in gov.noaa.pmel.sgt.swing.prop
 

Methods in gov.noaa.pmel.sgt.swing.prop that return GeoDate
 GeoDate GeoDateDialog.getDate()
           
 GeoDate GeoDateDialog.getEarliestDateAllowed()
           
 GeoDate GeoDateDialog.getGeoDate()
           
 GeoDate GeoDateDialog.getInitialDate()
           
 GeoDate GeoDateDialog.getLatestDateAllowed()
           
 

Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type GeoDate
 void GeoDateDialog.resetMonthYearPanel(GeoDate newDate)
           
 void GeoDateDialog.setEarliestDateAllowed(GeoDate earliestDateAllowed)
           
 void GeoDateDialog.setGeoDate(GeoDate dt)
           
 void GeoDateDialog.setInitialDate(GeoDate initialDateIn)
           
 void GeoDateDialog.setLatestDateAllowed(GeoDate latestDateAllowed)
           
 int GeoDateDialog.showDialog(GeoDate date, int x, int y)
           
 

Constructors in gov.noaa.pmel.sgt.swing.prop with parameters of type GeoDate
GeoDateDialog(GeoDate inDate)
           
GeoDateDialog(GeoDate inDate, GeoDate earliestDateAllowedIn, GeoDate latestDateAllowedIn, int xlocIn, int ylocIn)
           
 

Uses of GeoDate in gov.noaa.pmel.util
 

Fields in gov.noaa.pmel.util declared as GeoDate
 GeoDate TimeRange.delta
          Deprecated. The range's time increment
 GeoDate SoTRange.GeoDate.delta
          Deprecated. The range's time increment
 GeoDate TimeRange.end
          Deprecated. The range's last time
 GeoDate SoTRange.GeoDate.end
          Deprecated. The range's last time
 GeoDate TimeRange.start
          Deprecated. The range's first time
 GeoDate SoTRange.GeoDate.start
          Deprecated. The range's first time
 GeoDate TimePoint.t
          Deprecated. Time coordinate
 

Methods in gov.noaa.pmel.util that return GeoDate
 GeoDate GeoDate.add(GeoDate time)
          Add time to current GeoDate.
 GeoDate GeoDate.decrement(double val, int tu)
          Decrement current GeoDate by SECONDS, MINUTES, HOURS, DAYS, MONTHS, or YEARS
 GeoDate GeoDate.decrement(float val, int tu)
          Decrement current GeoDate by SECONDS, MINUTES, HOURS, DAYS, MONTHS, or YEARS
 GeoDate GeoDate.divide(double val)
          Divide by value.
abstract  GeoDate SoTValue.getGeoDate()
           
 GeoDate SoTValue.GeoDate.getGeoDate()
          Deprecated. Get time as GeoDate.
 GeoDate SoTValue.Time.getGeoDate()
          Get time as GeoDate.
 GeoDate SoTValue.Integer.getGeoDate()
          Get time as GeoDate.
 GeoDate SoTValue.Short.getGeoDate()
          Get time as GeoDate.
 GeoDate SoTValue.Float.getGeoDate()
          Get time as GeoDate.
 GeoDate SoTValue.Double.getGeoDate()
          Get time as GeoDate.
 GeoDate[] GeoDateArray.getGeoDate()
           
 GeoDate GeoDateArray.getGeoDate(int index)
           
 GeoDate SoTValue.GeoDate.getValue()
          Deprecated. Get the value
 GeoDate GeoDate.increment(double val, int tu)
          Increment current GeoDate by SECONDS, MINUTES, HOURS, DAYS, MONTHS, or YEARS
 GeoDate GeoDate.increment(float val, int tu)
          Increment current GeoDate by SECONDS, MINUTES, HOURS, DAYS, MONTHS, or YEARS
 GeoDate GeoDate.subtract(GeoDate time2)
          Subtract time2 from current GeoDate.
 

Methods in gov.noaa.pmel.util with parameters of type GeoDate
 GeoDate GeoDate.add(GeoDate time)
          Add time to current GeoDate.
 int GeoDate.compareTo(GeoDate anotherDate)
          Tests to see if the current GeoDate is less than, equal, or greater than.
 double[] GeoDateArray.getOffset(GeoDate ref)
          Time offset for reference GeoDate.
 double GeoDateArray.getOffset(int index, GeoDate ref)
          Time offset for reference GeoDate.
 long[] GeoDateArray.getOffsetTime(GeoDate ref)
          Time offset for reference GeoDate.
 long GeoDateArray.getOffsetTime(int index, GeoDate ref)
          Time offset for reference GeoDate.
 double GeoDate.offset(GeoDate ref)
          Time offset from reference GeoDate
 void SoTValue.GeoDate.setValue(GeoDate date)
          Deprecated. Set the value from a GeoDate
 GeoDate GeoDate.subtract(GeoDate time2)
          Subtract time2 from current GeoDate.
 

Constructors in gov.noaa.pmel.util with parameters of type GeoDate
GeoDate(GeoDate t)
          Constructs a new GeoDate from an existing GeoDate.
GeoDateArray(GeoDate[] dates)
          Construct a new GeoDateArray from an array of GeoDates.
SoTPoint(double x, GeoDate y)
          Construct a SoTPoint from a double and a GeoDate.
SoTPoint(GeoDate x, double y)
          Construct a SoTPoint from a GeoDate and a double.
SoTRange.GeoDate(GeoDate tstart, GeoDate tend)
          Deprecated. Constructor
SoTRange.GeoDate(GeoDate tstart, GeoDate tend, GeoDate tdelta)
          Deprecated. Constructor
SoTRange.Time(GeoDate ustart, GeoDate uend)
           
SoTRange.Time(GeoDate ustart, GeoDate uend, GeoDate udel)
           
SoTValue.GeoDate(GeoDate date)
          Deprecated. Construct a SoTValue from a GeoDate.
SoTValue.Time(GeoDate value)
           
TimePoint(double x, GeoDate t)
          Deprecated. Construct a TimePoint.
TimeRange(GeoDate tstart, GeoDate tend)
          Deprecated. Constructor
TimeRange(GeoDate tstart, GeoDate tend, GeoDate tdelta)
          Deprecated. Constructor