ucar.unidata.idv.flythrough
Class FlythroughPoint

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

public class FlythroughPoint
extends Object

Author:
IDV development team

Constructor Summary
FlythroughPoint()
          _more_
FlythroughPoint(EarthLocation earthLocation)
          _more_
FlythroughPoint(EarthLocation earthLocation, DateTime dttm)
          _more_
FlythroughPoint(EarthLocation earthLocation, DateTime dttm, double tiltX, double tiltY, double tiltZ)
          _more_
 
Method Summary
 DateTime getDateTime()
          Get the DateTime property.
 String getDescription()
          Get the Description property.
 EarthLocation getEarthLocation()
          Get the EarthLocation property.
 double[] getMatrix()
          Get the Matrix property.
 double getTiltX()
          Get the Tilt property.
 double getTiltY()
          Get the Tilt property.
 double getTiltZ()
          Get the Tilt property.
 double getZoom()
          Get the Zoom property.
 boolean hasTiltX()
          _more_
 boolean hasTiltY()
          _more_
 boolean hasTiltZ()
          _more_
 boolean hasZoom()
          _more_
 void setDateTime(DateTime value)
          Set the DateTime property.
 void setDescription(String value)
          Set the Description property.
 void setEarthLocation(EarthLocation value)
          Set the EarthLocation property.
 void setMatrix(double[] value)
          Set the Matrix property.
 void setTiltX(double value)
          Set the Tilt propertx.
 void setTiltY(double value)
          Set the Tilt property.
 void setTiltZ(double value)
          Set the Tilt property.
 void setZoom(double value)
          Set the Zoom property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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