Interface IPythonCoordinatesProvider


public interface IPythonCoordinatesProvider
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    This method takes in a julian date and outputs the coordinates in the internal cartesian system.
  • Method Details Link icon

    • getEquatorialCartesianCoordinates Link icon

      Object getEquatorialCartesianCoordinates(Object julianDate, Object out)
      This method takes in a julian date and outputs the coordinates in the internal cartesian system.
      Parameters:
      julianDate - The julian date to get the coordinates for, as a 64-bit floating point number.
      Returns:
      A 3-vector containing the XYZ values in internal cartesian coordinates, and internal units.