Class StkCartesianSpatialVector

  • All Implemented Interfaces:
    com.agi.moxie.delegates.base.Thing, com.agi.moxie.delegates.core.CartesianSpatialVector
    Direct Known Subclasses:
    StkAwbCartesianSpatialVector

    public abstract class StkCartesianSpatialVector
    extends Object
    implements com.agi.moxie.delegates.core.CartesianSpatialVector
    • Constructor Detail

      • StkCartesianSpatialVector

        protected StkCartesianSpatialVector​(StkToolbox toolbox,
                                            com.agi.moxie.api.TimeProvider timeProvider)
    • Method Detail

      • getStkVector

        public abstract agi.stkvgt.IAgCrdnVector getStkVector()
      • getHomeObject

        public abstract agi.stkobjects.IAgStkObject getHomeObject()
      • getAxes

        public com.agi.moxie.delegates.core.CoordinateAxes getAxes()
      • expressIn

        public abstract com.agi.moxie.delegates.core.CartesianSpatialVector expressIn​(com.agi.moxie.delegates.core.CoordinateAxes axes)
        Specified by:
        expressIn in interface com.agi.moxie.delegates.core.CartesianSpatialVector
      • evaluateAt

        public CartesianCoordinates evaluateAt​(com.agi.moxie.delegates.base.TimeInstant time)
      • getStkToolbox

        protected StkToolbox getStkToolbox()
      • getTimeProvider

        protected com.agi.moxie.api.TimeProvider getTimeProvider()
      • getMagnitudeScalar

        protected agi.stkvgt.IAgCrdnCalcScalar getMagnitudeScalar()