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.doublegetTiltX()Get the Tilt property.doublegetTiltY()Get the Tilt property.doublegetTiltZ()Get the Tilt property.doublegetZoom()Get the Zoom property.booleanhasTiltX()_more_booleanhasTiltY()_more_booleanhasTiltZ()_more_booleanhasZoom()_more_voidsetDateTime(DateTime value) Set the DateTime property.voidsetDescription(String value) Set the Description property.voidsetEarthLocation(EarthLocation value) Set the EarthLocation property.voidsetMatrix(double[] value) Set the Matrix property.voidsetTiltX(double value) Set the Tilt propertx.voidsetTiltY(double value) Set the Tilt property.voidsetTiltZ(double value) Set the Tilt property.voidsetZoom(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
-