public class TargetTrack extends StateVector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TARGET_TAG |
DEFAULT_UNIT, FRAME_FIELD, LANDMARK_FIELD, NAME_TAG, ORIGIN_FIELD, POSITION_FIELD, REF_TAG, UNITS_TAG, X_FIELD, Y_FIELD, Z_FIELD
Constructor and Description |
---|
TargetTrack()
Creates a new target refereed to CG
|
TargetTrack(PointingElement org) |
TargetTrack(java.lang.String ref)
Creates a new target refereed to a solar system object or landmarks defined in the PDFM
|
TargetTrack(java.lang.String origin,
java.lang.String frame,
float x,
float y,
float z)
Definition of a target that represents a landmark
|
TargetTrack(java.lang.String landmark,
java.lang.String origin,
java.lang.String frame,
float x,
float y,
float z)
Definition of a target that represents a landmark
|
TargetTrack(java.lang.String origin,
java.lang.String frame,
java.lang.String xUnit,
float x,
java.lang.String yUnit,
float y,
java.lang.String zUnit,
float z)
Definition of a target that represents a landmark
|
TargetTrack(java.lang.String origin,
java.lang.String frame,
java.lang.String x,
java.lang.String y,
java.lang.String z)
Definition of a target that represents a landmark
|
TargetTrack(java.lang.String landmark,
java.lang.String origin,
java.lang.String frame,
java.lang.String x,
java.lang.String y,
java.lang.String z)
Definition of a target that represents a landmark
|
Modifier and Type | Method and Description |
---|---|
TargetTrack |
copy() |
getLandMark, getOrigin, getRef, getUnit, getUnitX, getUnitY, getUnitZ, getX, getX, getY, getY, getZ, getZ, setLandMark, setOrigin, setRef, setUnit, setX, setY, setZ, toXml
addAttribute, addChild, asDataset, copyFrom, equals, getAttribute, getAttributes, getChild, getChildren, getDescription, getFirstLevelTextContent, getName, getValue, hasAttributtes, hasChildren, readFrom, regenerate, removeAttribute, removeAttribute, setDescription, setValue, toString, toStringParameter, validate
public TargetTrack(PointingElement org)
public TargetTrack(java.lang.String ref)
ref
- solar system object or landmarks defined in the PDFMpublic TargetTrack()
ref
- solar system object or landmarks defined in the PDFMpublic TargetTrack(java.lang.String landmark, java.lang.String origin, java.lang.String frame, float x, float y, float z)
landmark
- The name of the landmarkorigin
- The originframe
- The frame where the landmark is definedx
- The X component of the position of the landmark. It must be expressed in km.y
- The Y component of the position of the landmark. It must be expressed in km.z
- The Z component of the position of the landmark. It must be expressed in km.public TargetTrack(java.lang.String origin, java.lang.String frame, java.lang.String xUnit, float x, java.lang.String yUnit, float y, java.lang.String zUnit, float z)
origin
- The originframe
- The frame where the landmark is definedxUnit
- The unit that the X component of the landmark is expressedx
- The X component of the position of the landmark.yUnit
- The unit that the Y component of the landmark is expressedy
- The Y component of the position of the landmark.zUnit
- The unit that the Z component of the landmark is expressedz
- The Z component of the position of the landmark.public TargetTrack(java.lang.String origin, java.lang.String frame, float x, float y, float z)
origin
- The originframe
- The frame where the landmark is definedx
- The X component of the position of the landmark. It must be expressed in km.y
- The Y component of the position of the landmark. It must be expressed in km.z
- The Z component of the position of the landmark. It must be expressed in km.public TargetTrack(java.lang.String landmark, java.lang.String origin, java.lang.String frame, java.lang.String x, java.lang.String y, java.lang.String z)
landmark
- The name of the landmarkorigin
- The originframe
- The frame where the landmark is definedx
- The X component of the position of the landmark. It must be expressed in km.y
- The Y component of the position of the landmark. It must be expressed in km.z
- The Z component of the position of the landmark. It must be expressed in km.public TargetTrack(java.lang.String origin, java.lang.String frame, java.lang.String x, java.lang.String y, java.lang.String z)
origin
- The originframe
- The frame where the landmark is definedx
- The X component of the position of the landmark. It must be expressed in km.y
- The Y component of the position of the landmark. It must be expressed in km.z
- The Z component of the position of the landmark. It must be expressed in km.public TargetTrack copy()
copy
in class StateVector