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
ConstructorsModifierConstructorDescriptionprotectedStkCartesianSpatialVector(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.CartesianSpatialVectorexpressIn(com.agi.moxie.delegates.core.CoordinateAxes axes) com.agi.moxie.delegates.core.CoordinateAxesgetAxes()abstract agi.stkobjects.IAgStkObjectprotected agi.stkvgt.IAgCrdnCalcScalarabstract StkCoordinateAxesprotected StkToolboxabstract agi.stkvgt.IAgCrdnVectorprotected com.agi.moxie.api.TimeProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
expressInin interfacecom.agi.moxie.delegates.core.CartesianSpatialVector
-
evaluateAt
-
getStkToolbox
-
getTimeProvider
protected com.agi.moxie.api.TimeProvider getTimeProvider() -
getMagnitudeScalar
protected agi.stkvgt.IAgCrdnCalcScalar getMagnitudeScalar()
-