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.
-
-
Constructor Summary
Constructors Constructor Description StkNamedCoordinateAxes(String name, agi.stkvgt.IAgCrdnAxes axes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description agi.stkvgt.IAgCrdnAxes
getAwbAxes()
com.agi.moxie.api.models.Property<String>
nameProperty()
-
-
-
Constructor Detail
-
StkNamedCoordinateAxes
public StkNamedCoordinateAxes(String name, agi.stkvgt.IAgCrdnAxes axes)
- Parameters:
name
- The unique name (or path) for these Axes in STK.axes
- The STK axes that define the geometry.
-
-
Method Detail
-
nameProperty
public com.agi.moxie.api.models.Property<String> 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
-
-