| Package | Description |
|---|---|
| org.orekit.rugged.api | |
| org.orekit.rugged.errors | |
| org.orekit.rugged.intersection | |
| org.orekit.rugged.intersection.duvenhage |
| Modifier and Type | Method and Description |
|---|---|
ExtendedEllipsoid |
Rugged.getEllipsoid()
Get the observed body ellipsoid.
|
ExtendedEllipsoid |
RuggedBuilder.getEllipsoid()
Get the ellipsoid.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DumpManager.dumpEllipsoid(ExtendedEllipsoid ellipsoid)
Dump ellipsoid data.
|
| Modifier and Type | Method and Description |
|---|---|
NormalizedGeodeticPoint |
IntersectionAlgorithm.intersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los)
Compute intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint |
IgnoreDEMAlgorithm.intersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los)
Compute intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint |
BasicScanAlgorithm.intersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los)
Compute intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint |
ConstantElevationAlgorithm.intersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los)
Compute intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint |
IntersectionAlgorithm.refineIntersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los,
NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint |
IgnoreDEMAlgorithm.refineIntersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los,
NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint |
BasicScanAlgorithm.refineIntersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los,
NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint |
ConstantElevationAlgorithm.refineIntersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los,
NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.
|
| Modifier and Type | Method and Description |
|---|---|
NormalizedGeodeticPoint |
DuvenhageAlgorithm.intersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los)
Compute intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint |
DuvenhageAlgorithm.refineIntersection(ExtendedEllipsoid ellipsoid,
Vector3D position,
Vector3D los,
NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.
|
Copyright © 2014–2016 CS Syst?mes d'Information. All rights reserved.