Exemplo n.º 1
0
 /** @since 3.0 */
 public void setTimeArray(GeoDateArray tarray) {
   tloc_ = tarray;
   if (xTime_) {
     xRange_ = computeSoTRange(tarray);
   } else if (yTime_) {
     yRange_ = computeSoTRange(tarray);
   }
   changes_.firePropertyChange("dataModified", new Integer(0), new Integer(tarray.getLength()));
 }
Exemplo n.º 2
0
 /**
  * Get the length of the Time axis
  *
  * @since 2.0
  */
 public int getTSize() {
   return tloc_.getLength();
 }