Uses of Class
org.orekit.bodies.FieldGeodeticPoint
-
Packages that use FieldGeodeticPoint Package Description org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment. -
-
Uses of FieldGeodeticPoint in org.orekit.bodies
Methods in org.orekit.bodies that return FieldGeodeticPoint Modifier and Type Method Description <T extends org.hipparchus.RealFieldElement<T>>
FieldGeodeticPoint<T>BodyShape. getIntersectionPoint(org.hipparchus.geometry.euclidean.threed.FieldLine<T> line, org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> close, Frame frame, FieldAbsoluteDate<T> date)
Get the intersection point of a line with the surface of the body.<T extends org.hipparchus.RealFieldElement<T>>
FieldGeodeticPoint<T>OneAxisEllipsoid. getIntersectionPoint(org.hipparchus.geometry.euclidean.threed.FieldLine<T> line, org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> close, Frame frame, FieldAbsoluteDate<T> date)
Get the intersection point of a line with the surface of the body.<T extends org.hipparchus.RealFieldElement<T>>
FieldGeodeticPoint<T>BodyShape. transform(org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> point, Frame frame, FieldAbsoluteDate<T> date)
Transform a Cartesian point to a surface-relative point.<T extends org.hipparchus.RealFieldElement<T>>
FieldGeodeticPoint<T>OneAxisEllipsoid. transform(org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> point, Frame frame, FieldAbsoluteDate<T> date)
Transform a Cartesian point to a surface-relative point.FieldGeodeticPoint<org.hipparchus.analysis.differentiation.DerivativeStructure>
OneAxisEllipsoid. transform(PVCoordinates point, Frame frame, AbsoluteDate date)
Transform a Cartesian point to a surface-relative point.Methods in org.orekit.bodies with parameters of type FieldGeodeticPoint Modifier and Type Method Description <T extends org.hipparchus.RealFieldElement<T>>
org.hipparchus.geometry.euclidean.threed.FieldVector3D<T>BodyShape. transform(FieldGeodeticPoint<T> point)
Transform a surface-relative point to a Cartesian point.<T extends org.hipparchus.RealFieldElement<T>>
org.hipparchus.geometry.euclidean.threed.FieldVector3D<T>OneAxisEllipsoid. transform(FieldGeodeticPoint<T> point)
Transform a surface-relative point to a Cartesian point. -
Uses of FieldGeodeticPoint in org.orekit.frames
Methods in org.orekit.frames that return FieldGeodeticPoint Modifier and Type Method Description <T extends org.hipparchus.RealFieldElement<T>>
FieldGeodeticPoint<T>TopocentricFrame. getPoint(org.hipparchus.Field<T> field)
Get the surface point defining the origin of the frame. -
Uses of FieldGeodeticPoint in org.orekit.models.earth
Methods in org.orekit.models.earth that return FieldGeodeticPoint Modifier and Type Method Description <T extends org.hipparchus.RealFieldElement<T>>
FieldGeodeticPoint<T>Geoid. getIntersectionPoint(org.hipparchus.geometry.euclidean.threed.FieldLine<T> lineInFrame, org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> closeInFrame, Frame frame, FieldAbsoluteDate<T> date)
Get the intersection point of a line with the surface of the body.<T extends org.hipparchus.RealFieldElement<T>>
FieldGeodeticPoint<T>Geoid. transform(org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> point, Frame frame, FieldAbsoluteDate<T> date)
Transform a Cartesian point to a surface-relative point.Methods in org.orekit.models.earth with parameters of type FieldGeodeticPoint Modifier and Type Method Description <T extends org.hipparchus.RealFieldElement<T>>
org.hipparchus.geometry.euclidean.threed.FieldVector3D<T>Geoid. transform(FieldGeodeticPoint<T> point)
Transform a surface-relative point to a Cartesian point.
-