Package ucar.unidata.idv.flythrough
Class FlythroughPoint
java.lang.Object
ucar.unidata.idv.flythrough.FlythroughPoint
- Author:
- IDV development team
-
Constructor Summary
ConstructorsConstructorDescription_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
Modifier and TypeMethodDescriptionGet the DateTime property.Get the Description property.Get the EarthLocation property.double[]
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.
-
Constructor Details
-
FlythroughPoint
public FlythroughPoint()_more_ -
FlythroughPoint
_more_- Parameters:
earthLocation
- _more_
-
FlythroughPoint
_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
Set the EarthLocation property.- Parameters:
value
- The new value for EarthLocation
-
getEarthLocation
Get the EarthLocation property.- Returns:
- The EarthLocation
-
setDateTime
Set the DateTime property.- Parameters:
value
- The new value for 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
Set the Description property.- Parameters:
value
- The new value for Description
-
getDescription
Get the Description property.- Returns:
- The Description
-