Package | Description |
---|---|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
Modifier and Type | Method and Description |
---|---|
ITRFVersion |
ITRFVersion.Converter.getDestination()
Get the destination ITRF.
|
ITRFVersion |
HelmertTransformation.Predefined.getDestination()
Get the destination ITRF.
|
ITRFVersion |
EOPEntry.getITRFType()
Get the ITRF version this entry defines.
|
ITRFVersion |
VersionedITRF.getITRFVersion()
Get the ITRF version.
|
ITRFVersion |
EOPHistory.getITRFVersion(AbsoluteDate date)
Get the ITRF version.
|
static ITRFVersion |
ITRFVersion.getITRFVersion(int year)
Find an ITRF version from its reference year.
|
static ITRFVersion |
ITRFVersion.getITRFVersion(String name)
Find an ITRF version from its name.
|
ITRFVersion |
ITRFVersion.Converter.getOrigin()
Get the origin ITRF.
|
ITRFVersion |
HelmertTransformation.Predefined.getOrigin()
Get the origin ITRF.
|
ITRFVersion |
ITRFVersionLoader.ITRFVersionConfiguration.getVersion()
Get ITRF version.
|
static ITRFVersion |
ITRFVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITRFVersion[] |
ITRFVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ITRFVersion.Converter |
ITRFVersion.getConverter(ITRFVersion origin,
ITRFVersion destination)
Find a converter between specified ITRF frames.
|
static ITRFVersion.Converter |
ITRFVersion.getConverter(ITRFVersion origin,
ITRFVersion destination,
TimeScale tt)
Find a converter between specified ITRF frames.
|
VersionedITRF |
Frames.getITRF(ITRFVersion version,
IERSConventions conventions,
boolean simpleEOP)
Get an specific International Terrestrial Reference Frame.
|
VersionedITRF |
AbstractFrames.getITRF(ITRFVersion version,
IERSConventions conventions,
boolean simpleEOP) |
static VersionedITRF |
FramesFactory.getITRF(ITRFVersion version,
IERSConventions conventions,
boolean simpleEOP)
Get an specific International Terrestrial Reference Frame.
|
Constructor and Description |
---|
EOPEntry(int mjd,
double dt,
double lod,
double x,
double y,
double ddPsi,
double ddEps,
double dx,
double dy,
ITRFVersion itrfType,
AbsoluteDate date)
Simple constructor.
|
ITRFVersionConfiguration(String prefix,
ITRFVersion version,
int validityStart,
int validityEnd)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.