Package gaiasky.data.orbit
Interface IOrbitDataProvider
- All Known Implementing Classes:
OrbitalParametersProvider
,OrbitFileDataEclipticJulianTimeProvider
,OrbitFileDataProvider
,OrbitSamplerDataProvider
public interface IOrbitDataProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
void
load
(String file, OrbitDataLoader.OrbitDataLoaderParameters source) Loads the orbit data into the OrbitData object in the internal units.void
load
(String file, OrbitDataLoader.OrbitDataLoaderParameters source, boolean newMethod) Loads the orbit data into the OrbitData object in the internal units.
-
Method Details
-
load
Loads the orbit data into the OrbitData object in the internal units.- Parameters:
file
- The file pathsource
- The parameters
-
load
Loads the orbit data into the OrbitData object in the internal units.- Parameters:
file
- The file pathsource
- The parametersnewMethod
- Use new method (for orbital elements only)
-
getData
PointCloudData getData()
-