Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
agi.foundation.infrastructure |
Contains types which support various aspects of the DME Component Libraries infrastructure.
|
agi.foundation.spice |
Contains types used in modeling the ephemeris of solar system bodies using JPL SPICE files.
|
agi.foundation.stk |
Contains types for interoperating with the STK desktop application and related data.
|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Constructor and Description |
---|
JplDE(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
JplDE200(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
JplDE403(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
JplDE405(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
JplDE421(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
JplDE430(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
JplDE440(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
JplDEFile(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
Modifier and Type | Class and Description |
---|---|
class |
FileStreamFactory
A factory that can produce
FileStream instances on demand. |
Constructor and Description |
---|
AsteroidsBspEphemerisProvider(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
CeresBspEphemerisProvider(StreamFactory streamFactory,
Point sunPoint)
Initializes a new instance with the specified stream factory.
|
JplSpkEphemerisProvider(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
JplSpkFile(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
Jup365BspEphemerisProvider(StreamFactory streamFactory,
Point jupiterSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
JupiterBspEphemerisProvider(StreamFactory streamFactory,
Point jupiterSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
MarsBspEphemerisProvider(StreamFactory streamFactory,
Point marsSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
Nep097BspEphemerisProvider(StreamFactory streamFactory,
Point neptuneSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
NeptuneBspEphemerisProvider(StreamFactory streamFactory,
Point neptuneSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
PlanetsBspEphemerisProvider(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
Plu058BspEphemerisProvider(StreamFactory streamFactory,
Point plutoSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
PlutoBspEphemerisProvider(StreamFactory streamFactory,
Point plutoSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
Sat441BspEphemerisProvider(StreamFactory streamFactory,
Point saturnSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
SaturnBspEphemerisProvider(StreamFactory streamFactory,
Point saturnSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
Ura111BspEphemerisProvider(StreamFactory streamFactory,
Point uranusSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
UranusBspEphemerisProvider(StreamFactory streamFactory,
Point uranusSystemBarycenter)
Initializes a new instance with the specified stream factory.
|
VestaBspEphemerisProvider(StreamFactory streamFactory,
Point sunPoint)
Initializes a new instance with the specified stream factory.
|
Constructor and Description |
---|
StkSatelliteDatabase(StreamFactory streamFactory)
Initializes a new instance which will read data from a ZIP archive containing satellite database files.
|
Constructor and Description |
---|
AGIProcessedDataTerrain(StreamFactory streamFactory)
Initializes a new instance using the specified stream factory.
|
AGIProcessedDataTerrain(StreamFactory streamFactory,
TerrainCacheGroup cacheGroup)
Initializes a new instance using the specified stream factory and cache group.
|
GeodasGriddedTerrain(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
GeodasGriddedTerrain(StreamFactory streamFactory,
TerrainCacheGroup cacheGroup)
Initializes a new instance with the specified stream factory.
|
NgaDigitalTerrainElevationDataCell(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
NgaDigitalTerrainElevationDataCell(StreamFactory streamFactory,
TerrainCacheGroup cacheGroup)
Initializes a new instance with the specified stream factory.
|
UsgsDigitalElevationModel(StreamFactory streamFactory)
Initializes a new instance with the specified stream factory.
|
UsgsDigitalElevationModel(StreamFactory streamFactory,
TerrainCacheGroup cacheGroup)
Initializes a new instance with the specified stream factory.
|