Package org.orekit.bodies
Class FieldTimeStampedGeodeticPoint<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.bodies.FieldGeodeticPoint<T>
org.orekit.bodies.FieldTimeStampedGeodeticPoint<T>
- Type Parameters:
T- type of the field elements
- All Implemented Interfaces:
FieldTimeStamped<T>
public class FieldTimeStampedGeodeticPoint<T extends CalculusFieldElement<T>>
extends FieldGeodeticPoint<T>
implements FieldTimeStamped<T>
Implements a time-stamped
FieldGeodeticPoint.- Since:
- 13.1
- Author:
- Romain Serra
-
Constructor Summary
ConstructorsConstructorDescriptionFieldTimeStampedGeodeticPoint(Field<T> field, TimeStampedGeodeticPoint timeStampedGeodeticPoint) Build a new instance from aTimeStampedGeodeticPoint.FieldTimeStampedGeodeticPoint(FieldAbsoluteDate<T> date, FieldGeodeticPoint<T> point) Build a new instance from aFieldGeodeticPoint.FieldTimeStampedGeodeticPoint(FieldAbsoluteDate<T> date, T latitude, T longitude, T altitude) Build a new instance from geodetic coordinates. -
Method Summary
Methods inherited from class org.orekit.bodies.FieldGeodeticPoint
getAltitude, getEast, getLatitude, getLongitude, getNadir, getNorth, getSouth, getWest, getZenith, toGeodeticPoint, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.orekit.time.FieldTimeStamped
durationFrom, durationFrom
-
Constructor Details
-
FieldTimeStampedGeodeticPoint
public FieldTimeStampedGeodeticPoint(FieldAbsoluteDate<T> date, T latitude, T longitude, T altitude) Build a new instance from geodetic coordinates.- Parameters:
date- date of the pointlatitude- geodetic latitude (rad)longitude- geodetic longitude (rad)altitude- altitude above ellipsoid (m)
-
FieldTimeStampedGeodeticPoint
Build a new instance from aFieldGeodeticPoint.- Parameters:
date- date of the pointpoint- geodetic point
-
FieldTimeStampedGeodeticPoint
public FieldTimeStampedGeodeticPoint(Field<T> field, TimeStampedGeodeticPoint timeStampedGeodeticPoint) Build a new instance from aTimeStampedGeodeticPoint.- Parameters:
field- fieldtimeStampedGeodeticPoint- non-Field point
-
-
Method Details
-
equals
- Overrides:
equalsin classFieldGeodeticPoint<T extends CalculusFieldElement<T>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classFieldGeodeticPoint<T extends CalculusFieldElement<T>>
-
getDate
Description copied from interface:FieldTimeStampedGet the date.- Specified by:
getDatein interfaceFieldTimeStamped<T extends CalculusFieldElement<T>>- Returns:
- date attached to the object
-