Class ConstantPVCoordinatesProvider

    • Constructor Detail

      • ConstantPVCoordinatesProvider

        public ConstantPVCoordinatesProvider​(Vector3D pos,
                                             Frame frame)
        Create the PVCoordinatesProvider from a fixed point in a frame.
        Parameters:
        pos - the fixed position in the frame
        frame - the frame in which pva is defined
      • ConstantPVCoordinatesProvider

        public ConstantPVCoordinatesProvider​(GeodeticPoint pos,
                                             OneAxisEllipsoid body)
        Create a the provider from a fixed lat/lon/alt on a central body. This method is provided as convienience for new ConstantPVCoordinatesProvider(body.transform(pos), body.getBodyFrame()).
        Parameters:
        pos - the position relative to the ellipsoid's surface
        body - the reference ellipsoid
      • ConstantPVCoordinatesProvider

        public ConstantPVCoordinatesProvider​(PVCoordinates pva,
                                             Frame frame)
        Create the PVCoordinatesProvider from a fixed point in a frame.
        Parameters:
        pva - the point in the frame
        frame - the frame in which pva is defined