Package com.agi.moxie.stk.delegates.core
Class StkCartesianSpatialVector
java.lang.Object
com.agi.moxie.stk.delegates.core.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
-
Field Summary
Fields inherited from interface com.agi.moxie.delegates.base.Thing
FullyQualifiedSysMlName
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
StkCartesianSpatialVector
(StkToolbox toolbox, com.agi.moxie.api.TimeProvider timeProvider) -
Method Summary
Modifier and TypeMethodDescriptionevaluateAt
(com.agi.moxie.delegates.base.TimeInstant time) abstract com.agi.moxie.delegates.core.CartesianSpatialVector
expressIn
(com.agi.moxie.delegates.core.CoordinateAxes axes) com.agi.moxie.delegates.core.CoordinateAxes
getAxes()
abstract agi.stkobjects.IAgStkObject
protected agi.stkvgt.IAgCrdnCalcScalar
abstract StkCoordinateAxes
protected StkToolbox
abstract agi.stkvgt.IAgCrdnVector
protected com.agi.moxie.api.TimeProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.agi.moxie.delegates.core.CartesianSpatialVector
magnitudeProperty, xProperty, yProperty, zProperty
-
Constructor Details
-
StkCartesianSpatialVector
protected StkCartesianSpatialVector(StkToolbox toolbox, com.agi.moxie.api.TimeProvider timeProvider)
-
-
Method Details
-
getStkVector
public abstract agi.stkvgt.IAgCrdnVector getStkVector() -
getHomeObject
public abstract agi.stkobjects.IAgStkObject getHomeObject() -
getAxes
public com.agi.moxie.delegates.core.CoordinateAxes getAxes() -
getStkAxes
-
expressIn
public abstract com.agi.moxie.delegates.core.CartesianSpatialVector expressIn(com.agi.moxie.delegates.core.CoordinateAxes axes) - Specified by:
expressIn
in interfacecom.agi.moxie.delegates.core.CartesianSpatialVector
-
evaluateAt
-
getStkToolbox
-
getTimeProvider
protected com.agi.moxie.api.TimeProvider getTimeProvider() -
getMagnitudeScalar
protected agi.stkvgt.IAgCrdnCalcScalar getMagnitudeScalar()
-