|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.flythrough.FlythroughPoint
public class FlythroughPoint
| 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 |
|---|
public FlythroughPoint()
public FlythroughPoint(EarthLocation earthLocation)
earthLocation - _more_
public FlythroughPoint(EarthLocation earthLocation,
DateTime dttm)
earthLocation - _more_dttm - _more_
public FlythroughPoint(EarthLocation earthLocation,
DateTime dttm,
double tiltX,
double tiltY,
double tiltZ)
earthLocation - _more_dttm - _more_tiltX - _more_tiltY - _more_tiltZ - _more_| Method Detail |
|---|
public void setEarthLocation(EarthLocation value)
value - The new value for EarthLocationpublic EarthLocation getEarthLocation()
public void setDateTime(DateTime value)
value - The new value for DateTimepublic DateTime getDateTime()
public boolean hasZoom()
public void setZoom(double value)
value - The new value for Zoompublic double getZoom()
public boolean hasTiltX()
public void setTiltX(double value)
value - The new value for Tiltpublic double getTiltX()
public boolean hasTiltY()
public void setTiltY(double value)
value - The new value for Tiltpublic double getTiltY()
public boolean hasTiltZ()
public void setTiltZ(double value)
value - The new value for Tiltpublic double getTiltZ()
public void setMatrix(double[] value)
value - The new value for Matrixpublic double[] getMatrix()
public void setDescription(String value)
value - The new value for Descriptionpublic String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||