getPosition method

Eci getPosition(
  1. Julian date
)

getPosition() Return the ECI coordinate of the site at the given time.

Implementation

Eci getPosition(Julian date) {
  return Eci.fromGeo(this.geo, date);
}