VSOPResult Class

Definition

Base class of calculate result.

public abstract class VSOPResult

Properties

public abstract VSOPBody Body { get; }

Planet of this result.

public abstract CoordinatesReference CoordinatesReference{ get; }

Coordinates Reference of this result.

public abstract CoordinatesType CoordinatesType { get; }

Coordinates type of this result.

public abstract ReferenceFrame ReferenceFrame { get; set;}

ReferenceFrame of this result. Set to ReferenceFrame.ICRSJ2000 or ReferenceFrame.DynamicalJ2000 will automatically change coordinate field.

public abstract VSOPTime Time { get; }

Input time of this result.

public abstract double[] Variables_ELL { get;}

Raw data of this result in elliptic coordinate.

Last updated