Class FlythroughPoint

java.lang.Object
ucar.unidata.idv.flythrough.FlythroughPoint

public class FlythroughPoint extends Object
Author:
IDV development team
  • Constructor Details

    • FlythroughPoint

      public FlythroughPoint()
      _more_
    • FlythroughPoint

      public FlythroughPoint(EarthLocation earthLocation)
      _more_
      Parameters:
      earthLocation - _more_
    • FlythroughPoint

      public FlythroughPoint(EarthLocation earthLocation, DateTime dttm)
      _more_
      Parameters:
      earthLocation - _more_
      dttm - _more_
    • FlythroughPoint

      public FlythroughPoint(EarthLocation earthLocation, DateTime dttm, double tiltX, double tiltY, double tiltZ)
      _more_
      Parameters:
      earthLocation - _more_
      dttm - _more_
      tiltX - _more_
      tiltY - _more_
      tiltZ - _more_
  • Method Details

    • setEarthLocation

      public void setEarthLocation(EarthLocation value)
      Set the EarthLocation property.
      Parameters:
      value - The new value for EarthLocation
    • getEarthLocation

      public EarthLocation getEarthLocation()
      Get the EarthLocation property.
      Returns:
      The EarthLocation
    • setDateTime

      public void setDateTime(DateTime value)
      Set the DateTime property.
      Parameters:
      value - The new value for DateTime
    • getDateTime

      public DateTime getDateTime()
      Get the DateTime property.
      Returns:
      The DateTime
    • hasZoom

      public boolean hasZoom()
      _more_
      Returns:
      _more_
    • setZoom

      public void setZoom(double value)
      Set the Zoom property.
      Parameters:
      value - The new value for Zoom
    • getZoom

      public double getZoom()
      Get the Zoom property.
      Returns:
      The Zoom
    • hasTiltX

      public boolean hasTiltX()
      _more_
      Returns:
      _more_
    • setTiltX

      public void setTiltX(double value)
      Set the Tilt propertx.
      Parameters:
      value - The new value for Tilt
    • getTiltX

      public double getTiltX()
      Get the Tilt property.
      Returns:
      The Tilt
    • hasTiltY

      public boolean hasTiltY()
      _more_
      Returns:
      _more_
    • setTiltY

      public void setTiltY(double value)
      Set the Tilt property.
      Parameters:
      value - The new value for Tilt
    • getTiltY

      public double getTiltY()
      Get the Tilt property.
      Returns:
      The Tilt
    • hasTiltZ

      public boolean hasTiltZ()
      _more_
      Returns:
      _more_
    • setTiltZ

      public void setTiltZ(double value)
      Set the Tilt property.
      Parameters:
      value - The new value for Tilt
    • getTiltZ

      public double getTiltZ()
      Get the Tilt property.
      Returns:
      The Tilt
    • setMatrix

      public void setMatrix(double[] value)
      Set the Matrix property.
      Parameters:
      value - The new value for Matrix
    • getMatrix

      public double[] getMatrix()
      Get the Matrix property.
      Returns:
      The Matrix
    • setDescription

      public void setDescription(String value)
      Set the Description property.
      Parameters:
      value - The new value for Description
    • getDescription

      public String getDescription()
      Get the Description property.
      Returns:
      The Description