Package com.agi.moxie.stk.delegates.core
Class StkNamedCoordinateAxes
java.lang.Object
com.agi.moxie.stk.delegates.core.StkCoordinateAxes
com.agi.moxie.stk.delegates.core.StkNamedCoordinateAxes
- All Implemented Interfaces:
com.agi.moxie.delegates.base.Thing
,com.agi.moxie.delegates.core.CoordinateAxes
public class StkNamedCoordinateAxes
extends StkCoordinateAxes
implements com.agi.moxie.delegates.core.CoordinateAxes
Represents a simple named coordinate system in STK. The name must be unique to identify this 'Axes' uniquely.
-
Field Summary
Fields inherited from interface com.agi.moxie.delegates.base.Thing
FullyQualifiedSysMlName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagi.stkvgt.IAgCrdnAxes
com.agi.moxie.api.models.Property<String>
-
Constructor Details
-
StkNamedCoordinateAxes
- Parameters:
name
- The unique name (or path) for these Axes in STK.axes
- The STK axes that define the geometry.
-
-
Method Details
-
nameProperty
- Specified by:
nameProperty
in interfacecom.agi.moxie.delegates.core.CoordinateAxes
- Returns:
- The unique name (or path) for these Axes in STK.
-
getAwbAxes
public agi.stkvgt.IAgCrdnAxes getAwbAxes()- Specified by:
getAwbAxes
in classStkCoordinateAxes
-