public abstract static class StkEphemerisFile.Covariance extends Object
Constructor and Description |
---|
Covariance() |
Modifier and Type | Method and Description |
---|---|
Axes |
getCoordinateAxes()
Gets the axes in which this covariance data is observed.
|
abstract StkEphemerisFile.DistanceUnit |
getDistanceUnit()
Gets the distance unit of the ephemeris and covariance information.
|
abstract Covariance3By3SizeAndOrientationInterpolator |
getInterpolator()
Gets the interpolator to use to interpolate this covariance data.
|
abstract String |
getName()
Gets the name of this covariance format.
|
abstract List<JulianDate> |
getSegmentBoundaryTimes()
Gets the segment boundary times of the data.
|
abstract List<JulianDate> |
getTimes()
Gets the times of the data points.
|
abstract void |
setInterpolator(Covariance3By3SizeAndOrientationInterpolator value)
Sets the interpolator to use to interpolate this covariance data.
|
@Nonnull public abstract List<JulianDate> getTimes()
public abstract List<JulianDate> getSegmentBoundaryTimes()
@Nonnull public abstract StkEphemerisFile.DistanceUnit getDistanceUnit()
public final Axes getCoordinateAxes()
public abstract Covariance3By3SizeAndOrientationInterpolator getInterpolator()
public abstract void setInterpolator(Covariance3By3SizeAndOrientationInterpolator value)