Package | Description |
---|---|
agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
Modifier and Type | Method and Description |
---|---|
static InternationalTerrestrialReferenceFrameTransformer |
InternationalTerrestrialReferenceFrameTransformer.getFirstFromList(Iterable<InternationalTerrestrialReferenceFrameTransformer> itrfList,
String from,
String to)
Gets the first ITRF transformation in the list with the desired characteristics.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<InternationalTerrestrialReferenceFrameTransformer> |
InternationalTerrestrialReferenceFrameTransformer.getItrfDefinitions()
Gets a list of ITRF transformers that can convert from ITRF2020 and ITRF2014 to earlier ITRF frames.
|
static ArrayList<InternationalTerrestrialReferenceFrameTransformer> |
InternationalTerrestrialReferenceFrameTransformer.readFromItrfDefinitionsFile(BufferedReader reader)
Reads an ITRF definitions file and creates a list of ITRF transformations.
|
static ArrayList<InternationalTerrestrialReferenceFrameTransformer> |
InternationalTerrestrialReferenceFrameTransformer.readFromItrfDefinitionsFile(String filepath)
Reads an ITRF definitions file and creates a list of ITRF transformations.
|
static ArrayList<InternationalTerrestrialReferenceFrameTransformer> |
InternationalTerrestrialReferenceFrameTransformer.readFromItrfTransformationFile(BufferedReader reader)
Reads an ITRF transformation parameters file and creates a list of ITRF transformations.
|
static ArrayList<InternationalTerrestrialReferenceFrameTransformer> |
InternationalTerrestrialReferenceFrameTransformer.readFromItrfTransformationFile(String filepath)
Reads an ITRF transformation parameters file and creates a list of ITRF transformations.
|
Modifier and Type | Method and Description |
---|---|
static PointInterpolator |
InternationalTerrestrialReferenceFrameTransformer.createPointInterpolatorInFixedFrame(EarthCentralBody earth,
InternationalTerrestrialReferenceFrameTransformer itrf,
String itrfFrameOfData,
InterpolationAlgorithm algorithm,
int interpolationDegree,
DateMotionCollection1<Cartesian> data)
|
Modifier and Type | Method and Description |
---|---|
static Axes |
InternationalTerrestrialReferenceFrameTransformer.convertAxes(EarthCentralBody earth,
Axes axes,
String toFrame,
ArrayList<InternationalTerrestrialReferenceFrameTransformer> itrfList)
Converts an
Axes such that an ITRF transformation is applied when it is evaluated. |
static Point |
InternationalTerrestrialReferenceFrameTransformer.convertPoint(EarthCentralBody earth,
Point point,
String toFrame,
ArrayList<InternationalTerrestrialReferenceFrameTransformer> itrfList)
Converts a
Point such that an ITRF transformation is applied when it is evaluated. |
static PointInterpolator |
InternationalTerrestrialReferenceFrameTransformer.createPointInterpolatorInFixedFrame(EarthCentralBody earth,
Iterable<InternationalTerrestrialReferenceFrameTransformer> itrfList,
String itrfFrameOfData,
InterpolationAlgorithm algorithm,
int interpolationDegree,
DateMotionCollection1<Cartesian> data)
|
static InternationalTerrestrialReferenceFrameTransformer |
InternationalTerrestrialReferenceFrameTransformer.getFirstFromList(Iterable<InternationalTerrestrialReferenceFrameTransformer> itrfList,
String from,
String to)
Gets the first ITRF transformation in the list with the desired characteristics.
|