VSOPResult Class
Last updated
Last updated
Base class of calculate result.
public abstract
Body { get; }
Planet of this result.
public abstract
CoordinatesReference{ get; }
Coordinates Reference of this result.
public abstract
CoordinatesType { get; }
Coordinates type of this result.
public abstract
ReferenceFrame { get; set;}
ReferenceFrame of this result. Set to ReferenceFrame.ICRSJ2000
or ReferenceFrame.DynamicalJ2000
will automatically change coordinate field.
Input time of this result.
public abstract double[] Variables_ELL { get;}
Raw data of this result in elliptic coordinate.
public abstract
Time { get; }