A B C D E F G H I L M N O P R S T U V 

A

activate(File) - Static method in class org.orekit.rugged.errors.DumpManager
Activate debug dump.
addLineSensor(LineSensor) - Method in class org.orekit.rugged.api.RuggedBuilder
Set up line sensor model.
addTransform(TimeIndependentLOSTransform) - Method in class org.orekit.rugged.los.LOSBuilder
Add a transform to be applied after the already registered transforms.
addTransform(LOSTransform) - Method in class org.orekit.rugged.los.LOSBuilder
Add a transform to be applied after the already registered transforms.
AlgorithmId - Enum in org.orekit.rugged.api
Enumerate for Digital Elevation Model intersection.

B

BasicScanAlgorithm - Class in org.orekit.rugged.intersection
Intersection computation using a basic algorithm based on exhaustive scan.
BasicScanAlgorithm(TileUpdater, int) - Constructor for class org.orekit.rugged.intersection.BasicScanAlgorithm
Simple constructor.
BodyRotatingFrameId - Enum in org.orekit.rugged.api
Enumerate for body rotating frames.
build() - Method in class org.orekit.rugged.api.RuggedBuilder
Build a Rugged instance.
build() - Method in class org.orekit.rugged.los.LOSBuilder
Build a lines-of-sight provider.

C

cellIntersection(GeodeticPoint, Vector3D, int, int) - Method in class org.orekit.rugged.raster.SimpleTile
Find the intersection of a line-of-sight and a Digital Elevation Model cell.
cellIntersection(GeodeticPoint, Vector3D, int, int) - Method in interface org.orekit.rugged.raster.Tile
Find the intersection of a line-of-sight and a Digital Elevation Model cell.
clearLineSensors() - Method in class org.orekit.rugged.api.RuggedBuilder
Remove all line sensors.
ConstantElevationAlgorithm - Class in org.orekit.rugged.intersection
Intersection ignoring Digital Elevation Model.
ConstantElevationAlgorithm(double) - Constructor for class org.orekit.rugged.intersection.ConstantElevationAlgorithm
Simple constructor.
convertLos(GeodeticPoint, Vector3D) - Method in class org.orekit.rugged.utils.ExtendedEllipsoid
Convert a line-of-sight from Cartesian to topocentric.
convertLos(Vector3D, Vector3D) - Method in class org.orekit.rugged.utils.ExtendedEllipsoid
Convert a line-of-sight from Cartesian to topocentric.
createInternalError(Throwable) - Static method in exception org.orekit.rugged.errors.RuggedException
Create an RuntimeException for an internal error.
createRugged() - Method in class org.orekit.rugged.errors.DumpReplayer
Create a Rugged instance from parsed data.
createTile() - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTileFactory
Create an empty tile.
createTile() - Method in class org.orekit.rugged.raster.SimpleTileFactory
Create an empty tile.
createTile() - Method in interface org.orekit.rugged.raster.TileFactory
Create an empty tile.

D

dateLocation(String, double, double, int, int) - Method in class org.orekit.rugged.api.Rugged
Find the date at which sensor sees a ground point.
dateLocation(String, GeodeticPoint, int, int) - Method in class org.orekit.rugged.api.Rugged
Find the date at which sensor sees a ground point.
deactivate() - Static method in class org.orekit.rugged.errors.DumpManager
Deactivate debug dump.
directLocation(String, double) - Method in class org.orekit.rugged.api.Rugged
Direct location of a sensor line.
directLocation(AbsoluteDate, Vector3D, Vector3D) - Method in class org.orekit.rugged.api.Rugged
Direct location of a single line-of-sight.
dumpAlgorithm(AlgorithmId) - Static method in class org.orekit.rugged.errors.DumpManager
Dump algorithm data.
dumpAlgorithm(AlgorithmId, double) - Static method in class org.orekit.rugged.errors.DumpManager
Dump algorithm data.
dumpDirectLocation(AbsoluteDate, Vector3D, Vector3D, boolean, boolean) - Static method in class org.orekit.rugged.errors.DumpManager
Dump a direct location computation.
dumpDirectLocationResult(GeodeticPoint) - Static method in class org.orekit.rugged.errors.DumpManager
Dump a direct location result.
dumpEllipsoid(ExtendedEllipsoid) - Static method in class org.orekit.rugged.errors.DumpManager
Dump ellipsoid data.
dumpInverseLocation(LineSensor, GeodeticPoint, int, int, boolean, boolean) - Static method in class org.orekit.rugged.errors.DumpManager
Dump an inverse location computation.
dumpInverseLocationResult(SensorPixel) - Static method in class org.orekit.rugged.errors.DumpManager
Dump an inverse location result.
DumpManager - Class in org.orekit.rugged.errors
Class managing debug dumps.
DumpReplayer - Class in org.orekit.rugged.errors
Replayer for Rugged debug dumps.
DumpReplayer() - Constructor for class org.orekit.rugged.errors.DumpReplayer
Simple constructor.
DumpReplayer.Result - Class in org.orekit.rugged.errors
Container for replay results.
dumpSensorDatation(LineSensor, double, AbsoluteDate) - Static method in class org.orekit.rugged.errors.DumpManager
Dump a sensor datation.
dumpSensorLOS(LineSensor, AbsoluteDate, int, Vector3D) - Static method in class org.orekit.rugged.errors.DumpManager
Dump a sensor LOS.
dumpSensorMeanPlane(SensorMeanPlaneCrossing) - Static method in class org.orekit.rugged.errors.DumpManager
Dump a sensor mean plane.
dumpSensorRate(LineSensor, double, double) - Static method in class org.orekit.rugged.errors.DumpManager
Dump a sensor rate.
dumpTileCell(Tile, int, int, double) - Static method in class org.orekit.rugged.errors.DumpManager
Dump DEM cell data.
dumpTransform(SpacecraftToObservedBody, int, Transform, Transform) - Static method in class org.orekit.rugged.errors.DumpManager
Dump an observation transform transform.
DuvenhageAlgorithm - Class in org.orekit.rugged.intersection.duvenhage
Digital Elevation Model intersection using Bernardt Duvenhage's algorithm.
DuvenhageAlgorithm(TileUpdater, int, boolean) - Constructor for class org.orekit.rugged.intersection.duvenhage.DuvenhageAlgorithm
Simple constructor.

E

EllipsoidId - Enum in org.orekit.rugged.api
Enumerate for ellipsoid.
equals(Object) - Method in class org.orekit.rugged.utils.NormalizedGeodeticPoint
estimateVisibility(GeodeticPoint) - Method in class org.orekit.rugged.utils.RoughVisibilityEstimator
Estimate very roughly when spacecraft comes close to a ground point.
execute(Rugged) - Method in class org.orekit.rugged.errors.DumpReplayer
Execute all dumped calls.
ExtendedEllipsoid - Class in org.orekit.rugged.utils
Transform provider from Spacecraft frame to observed body frame.
ExtendedEllipsoid(double, double, Frame) - Constructor for class org.orekit.rugged.utils.ExtendedEllipsoid
Simple constructor.

F

find(Vector3D) - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Find mean plane crossing.
FixedRotation - Class in org.orekit.rugged.los
LOS transform based on a fixed rotation.
FixedRotation(ParameterType, Vector3D, double) - Constructor for class org.orekit.rugged.los.FixedRotation
Simple constructor.

G

getAberrationOfLightCorrection() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the aberration of light correction flag.
getAccuracy() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Get the accuracy to use for finding crossing line number.
getAFilter() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the filter for derivatives from the sample to use in attitude interpolation.
getAInterpolationNumber() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the number of points to use for attitude interpolation.
getAlgorithm() - Method in class org.orekit.rugged.api.Rugged
Get the DEM intersection algorithm.
getAlgorithm() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the algorithm to use for Digital Elevation Model intersection.
getBodyFrame() - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Get the body frame.
getBodyToInertial(AbsoluteDate) - Method in class org.orekit.rugged.api.Rugged
Get transform from observed body frame to inertial frame.
getBodyToInertial(AbsoluteDate) - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Get transform from observed body frame to inertial frame.
getCachedResults() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Get the cached previous results.
getConstantElevation() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the constant elevation over ellipsoid to use with AlgorithmId.CONSTANT_ELEVATION_OVER_ELLIPSOID.
getCrossedBoundaryColumns(int, int, int) - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Get the index of sub-tiles start columns crossed.
getCrossedBoundaryRows(int, int, int) - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Get the index of sub-tiles start rows crossed.
getDate(double) - Method in class org.orekit.rugged.linesensor.LinearLineDatation
Get the date for a given line.
getDate(double) - Method in interface org.orekit.rugged.linesensor.LineDatation
Get the date for a given line.
getDate(double) - Method in class org.orekit.rugged.linesensor.LineSensor
Get the date.
getDate() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing.CrossingResult
Get the crossing date.
getElevation(double, double) - Method in class org.orekit.rugged.intersection.BasicScanAlgorithm
Get elevation at a given ground point.
getElevation(double, double) - Method in class org.orekit.rugged.intersection.ConstantElevationAlgorithm
Get elevation at a given ground point.
getElevation(double, double) - Method in class org.orekit.rugged.intersection.duvenhage.DuvenhageAlgorithm
Get elevation at a given ground point.
getElevation(double, double) - Method in class org.orekit.rugged.intersection.IgnoreDEMAlgorithm
Get elevation at a given ground point.
getElevation(double, double) - Method in interface org.orekit.rugged.intersection.IntersectionAlgorithm
Get elevation at a given ground point.
getElevationAtIndices(int, int) - Method in class org.orekit.rugged.raster.SimpleTile
Get the elevation of an exact grid point.
getElevationAtIndices(int, int) - Method in interface org.orekit.rugged.raster.Tile
Get the elevation of an exact grid point.
getEllipsoid() - Method in class org.orekit.rugged.api.Rugged
Get the observed body ellipsoid.
getEllipsoid() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the ellipsoid.
getEstimatedParameters(double[], int, int) - Method in class org.orekit.rugged.los.FixedRotation
Get the current values of the estimated parameters.
getEstimatedParameters(double[], int, int) - Method in class org.orekit.rugged.los.PolynomialRotation
Get the current values of the estimated parameters.
getEstimatedParameters(double[], int, int) - Method in interface org.orekit.rugged.utils.ParametricModel
Get the current values of the estimated parameters.
getException() - Method in exception org.orekit.rugged.errors.RuggedExceptionWrapper
Get the wrapped exception.
getExpected() - Method in class org.orekit.rugged.errors.DumpReplayer.Result
Get the expected result.
getFloorLatitudeIndex(double) - Method in class org.orekit.rugged.raster.SimpleTile
Get the floor latitude index of a point.
getFloorLatitudeIndex(double) - Method in interface org.orekit.rugged.raster.Tile
Get the floor latitude index of a point.
getFloorLongitudeIndex(double) - Method in class org.orekit.rugged.raster.SimpleTile
Get the floor longitude index of a point.
getFloorLongitudeIndex(double) - Method in interface org.orekit.rugged.raster.Tile
Get the floor longitude index of a point.
getInertialFrame() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the inertial frame.
getInertialFrame() - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Get the inertial frame.
getInertialToBody(AbsoluteDate) - Method in class org.orekit.rugged.api.Rugged
Get transform from inertial frame to observed body frame.
getInertialToBody(AbsoluteDate) - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Get transform from inertial frame to observed body frame.
getInstance() - Static method in class org.orekit.rugged.utils.MaxSelector
Get the unique instance.
getInstance() - Static method in class org.orekit.rugged.utils.MinSelector
Get the unique instance.
getLatitudeAtIndex(int) - Method in class org.orekit.rugged.raster.SimpleTile
Get the latitude at some index.
getLatitudeAtIndex(int) - Method in interface org.orekit.rugged.raster.Tile
Get the latitude at some index.
getLatitudeRows() - Method in class org.orekit.rugged.raster.SimpleTile
Get number of latitude rows.
getLatitudeRows() - Method in interface org.orekit.rugged.raster.Tile
Get number of latitude rows.
getLatitudeStep() - Method in class org.orekit.rugged.raster.SimpleTile
Get step in latitude (size of one raster element).
getLatitudeStep() - Method in interface org.orekit.rugged.raster.Tile
Get step in latitude (size of one raster element).
getLevels() - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Get the number of kd-tree levels (not counting raw elevations).
getLightTimeCorrection() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the light time correction flag.
getLine(AbsoluteDate) - Method in class org.orekit.rugged.linesensor.LinearLineDatation
Get the line for a given date.
getLine(AbsoluteDate) - Method in interface org.orekit.rugged.linesensor.LineDatation
Get the line for a given date.
getLine(AbsoluteDate) - Method in class org.orekit.rugged.linesensor.LineSensor
Get the line number.
getLine() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing.CrossingResult
Get the crossing line.
getLineNumber() - Method in class org.orekit.rugged.linesensor.SensorPixel
Get the line number.
getLineSensor(String) - Method in class org.orekit.rugged.api.Rugged
Get a sensor.
getLineSensors() - Method in class org.orekit.rugged.api.Rugged
Get the line sensors.
getLineSensors() - Method in class org.orekit.rugged.api.RuggedBuilder
Get all line sensors.
getLocalizedMessage() - Method in exception org.orekit.rugged.errors.RuggedException
getLocalizedString(Locale) - Method in enum org.orekit.rugged.errors.RuggedMessages
getLocation(double, double) - Method in class org.orekit.rugged.raster.SimpleTile
Check if a tile covers a ground point.
getLocation(double, double) - Method in interface org.orekit.rugged.raster.Tile
Check if a tile covers a ground point.
getLongitude() - Method in class org.orekit.rugged.utils.NormalizedGeodeticPoint
Get the longitude.
getLongitudeAtIndex(int) - Method in class org.orekit.rugged.raster.SimpleTile
Get the longitude at some index.
getLongitudeAtIndex(int) - Method in interface org.orekit.rugged.raster.Tile
Get the longitude at some index.
getLongitudeColumns() - Method in class org.orekit.rugged.raster.SimpleTile
Get number of longitude columns.
getLongitudeColumns() - Method in interface org.orekit.rugged.raster.Tile
Get number of longitude columns.
getLongitudeStep() - Method in class org.orekit.rugged.raster.SimpleTile
Get step in longitude (size of one raster element).
getLongitudeStep() - Method in interface org.orekit.rugged.raster.Tile
Get step in longitude (size of one raster element).
getLos(AbsoluteDate, int) - Method in class org.orekit.rugged.linesensor.LineSensor
Get the pixel normalized line-of-sight at some date.
getLOS(int, AbsoluteDate) - Method in interface org.orekit.rugged.los.TimeDependentLOS
Get the line of sight for a given date.
getLOS(int, AbsoluteDate, double[]) - Method in interface org.orekit.rugged.los.TimeDependentLOS
Get the line of sight and its partial derivatives for a given date.
getMaxCachedTiles() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the maximum number of tiles stored in the cache.
getMaxDate() - Method in class org.orekit.rugged.api.Rugged
Get the end of search time span.
getMaxDate() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the end of search time span.
getMaxDate() - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Get the end of search time span.
getMaxElevation(int, int, int) - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Get the maximum elevation at some level tree.
getMaxElevation() - Method in class org.orekit.rugged.raster.SimpleTile
Get the maximum elevation in the tile.
getMaxElevation() - Method in interface org.orekit.rugged.raster.Tile
Get the maximum elevation in the tile.
getMaxElevationLatitudeIndex() - Method in class org.orekit.rugged.raster.SimpleTile
Get the latitude index of max elevation.
getMaxElevationLatitudeIndex() - Method in interface org.orekit.rugged.raster.Tile
Get the latitude index of max elevation.
getMaxElevationLongitudeIndex() - Method in class org.orekit.rugged.raster.SimpleTile
Get the longitude index of max elevation.
getMaxElevationLongitudeIndex() - Method in interface org.orekit.rugged.raster.Tile
Get the longitude index of max elevation.
getMaxEval() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Get the maximum number of evaluations.
getMaximumLatitude() - Method in class org.orekit.rugged.raster.SimpleTile
Get maximum latitude.
getMaximumLatitude() - Method in interface org.orekit.rugged.raster.Tile
Get maximum latitude.
getMaximumLongitude() - Method in class org.orekit.rugged.raster.SimpleTile
Get maximum longitude.
getMaximumLongitude() - Method in interface org.orekit.rugged.raster.Tile
Get maximum longitude.
getMaxLine() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Get the maximum line number in the search interval.
getMeanPlaneNormal() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Get the mean plane normal.
getMergeLevel(int, int, int, int) - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Get the deepest level at which two cells are merged in the same min/max sub-tile.
getMessage(Locale) - Method in exception org.orekit.rugged.errors.RuggedException
Gets the message in a specified locale.
getMessage() - Method in exception org.orekit.rugged.errors.RuggedException
getMinDate() - Method in class org.orekit.rugged.api.Rugged
Get the start of search time span.
getMinDate() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the start of search time span.
getMinDate() - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Get the start of search time span.
getMinElevation(int, int, int) - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Get the minimum elevation at some level tree.
getMinElevation() - Method in class org.orekit.rugged.raster.SimpleTile
Get the minimum elevation in the tile.
getMinElevation() - Method in interface org.orekit.rugged.raster.Tile
Get the minimum elevation in the tile.
getMinElevationLatitudeIndex() - Method in class org.orekit.rugged.raster.SimpleTile
Get the latitude index of min elevation.
getMinElevationLatitudeIndex() - Method in interface org.orekit.rugged.raster.Tile
Get the latitude index of min elevation.
getMinElevationLongitudeIndex() - Method in class org.orekit.rugged.raster.SimpleTile
Get the longitude index of min elevation.
getMinElevationLongitudeIndex() - Method in interface org.orekit.rugged.raster.Tile
Get the longitude index of min elevation.
getMinimumLatitude() - Method in class org.orekit.rugged.raster.SimpleTile
Get minimum latitude of grid interpolation points.
getMinimumLatitude() - Method in interface org.orekit.rugged.raster.Tile
Get minimum latitude of grid interpolation points.
getMinimumLongitude() - Method in class org.orekit.rugged.raster.SimpleTile
Get minimum longitude.
getMinimumLongitude() - Method in interface org.orekit.rugged.raster.Tile
Get minimum longitude.
getMinLine() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Get the minimum line number in the search interval.
getName() - Method in class org.orekit.rugged.linesensor.LineSensor
Get the name of the sensor.
getNbEstimatedParameters() - Method in class org.orekit.rugged.los.FixedRotation
Get the number of estimated parameters.
getNbEstimatedParameters() - Method in class org.orekit.rugged.los.PolynomialRotation
Get the number of estimated parameters.
getNbEstimatedParameters() - Method in interface org.orekit.rugged.utils.ParametricModel
Get the number of estimated parameters.
getNbPixels() - Method in class org.orekit.rugged.linesensor.LineSensor
Get the number of pixels.
getNbPixels() - Method in interface org.orekit.rugged.los.TimeDependentLOS
Get the number of pixels.
getOvershootTolerance() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the tolerance in seconds allowed for RuggedBuilder.getMinDate() and RuggedBuilder.getMaxDate() overshooting.
getOvershootTolerance() - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Get the tolerance in seconds allowed for SpacecraftToObservedBody.getMinDate() and SpacecraftToObservedBody.getMaxDate() overshooting.
getParts() - Method in exception org.orekit.rugged.errors.RuggedException
Get the variable parts of the error message.
getPixelNumber() - Method in class org.orekit.rugged.linesensor.SensorPixel
Get the pixel number.
getPosition() - Method in class org.orekit.rugged.linesensor.LineSensor
Get the sensor position.
getpositionsVelocities() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the satellite position and velocity (m and m/s in inertial frame).
getPVFilter() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the filter for derivatives from the sample to use in position/velocity interpolation.
getPVInterpolationNumber() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the number of points to use for position/velocity interpolation.
getQuaternions() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the satellite quaternions with respect to inertial frame.
getRate(double) - Method in class org.orekit.rugged.linesensor.LinearLineDatation
Get the rate of lines scanning.
getRate(double) - Method in interface org.orekit.rugged.linesensor.LineDatation
Get the rate of lines scanning.
getRate(double) - Method in class org.orekit.rugged.linesensor.LineSensor
Get the rate of lines scanning.
getReplayed() - Method in class org.orekit.rugged.errors.DumpReplayer.Result
Get the replayed result.
getScToBody() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Get converter between spacecraft and body.
getScToInertial(AbsoluteDate) - Method in class org.orekit.rugged.api.Rugged
Get transform from spacecraft to inertial frame.
getScToInertial(AbsoluteDate) - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Get transform from spacecraft to inertial frame.
getSensor() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Get the underlying sensor.
getSourceString() - Method in enum org.orekit.rugged.errors.RuggedMessages
getSpecifier() - Method in exception org.orekit.rugged.errors.RuggedException
Get the localizable specifier of the error message.
getTarget() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing.CrossingResult
Get the target ground point.
getTargetDirection() - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing.CrossingResult
Get the normalized target direction in spacecraft frame at crossing.
getTile(double, double) - Method in class org.orekit.rugged.raster.TilesCache
Get the tile covering a ground point.
getTileUpdater() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the updater used to load Digital Elevation Model tiles.
getTStep() - Method in class org.orekit.rugged.api.RuggedBuilder
Get the step to use for inertial frame to body frame transforms cache computations.
getTStep() - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Get the step to use for inertial frame to body frame transforms cache computations.

H

hashCode() - Method in class org.orekit.rugged.utils.NormalizedGeodeticPoint

I

IgnoreDEMAlgorithm - Class in org.orekit.rugged.intersection
Intersection ignoring Digital Elevation Model.
IgnoreDEMAlgorithm() - Constructor for class org.orekit.rugged.intersection.IgnoreDEMAlgorithm
Simple constructor.
InertialFrameId - Enum in org.orekit.rugged.api
Enumerate for inertial frames.
interpolateElevation(double, double) - Method in class org.orekit.rugged.raster.SimpleTile
Interpolate elevation.
interpolateElevation(double, double) - Method in interface org.orekit.rugged.raster.Tile
Interpolate elevation.
intersection(ExtendedEllipsoid, Vector3D, Vector3D) - Method in class org.orekit.rugged.intersection.BasicScanAlgorithm
Compute intersection of line with Digital Elevation Model.
intersection(ExtendedEllipsoid, Vector3D, Vector3D) - Method in class org.orekit.rugged.intersection.ConstantElevationAlgorithm
Compute intersection of line with Digital Elevation Model.
intersection(ExtendedEllipsoid, Vector3D, Vector3D) - Method in class org.orekit.rugged.intersection.duvenhage.DuvenhageAlgorithm
Compute intersection of line with Digital Elevation Model.
intersection(ExtendedEllipsoid, Vector3D, Vector3D) - Method in class org.orekit.rugged.intersection.IgnoreDEMAlgorithm
Compute intersection of line with Digital Elevation Model.
intersection(ExtendedEllipsoid, Vector3D, Vector3D) - Method in interface org.orekit.rugged.intersection.IntersectionAlgorithm
Compute intersection of line with Digital Elevation Model.
IntersectionAlgorithm - Interface in org.orekit.rugged.intersection
Interface for Digital Elevation Model intersection algorithm.
inverseLocation(String, double, double, int, int) - Method in class org.orekit.rugged.api.Rugged
Inverse location of a ground point.
inverseLocation(String, GeodeticPoint, int, int) - Method in class org.orekit.rugged.api.Rugged
Inverse location of a point.
isAberrationOfLightCorrected() - Method in class org.orekit.rugged.api.Rugged
Get flag for aberration of light correction.
isActive() - Static method in class org.orekit.rugged.errors.DumpManager
Check if dump is active for this thread.
isColumnMerging(int) - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Check if the merging operation between level and level-1 is a column merging.
isInRange(AbsoluteDate) - Method in class org.orekit.rugged.api.Rugged
Check if a date is in the supported range.
isInRange(AbsoluteDate) - Method in class org.orekit.rugged.utils.SpacecraftToObservedBody
Check if a date is in the supported range.
isLightTimeCorrected() - Method in class org.orekit.rugged.api.Rugged
Get flag for light time correction.

L

LinearLineDatation - Class in org.orekit.rugged.linesensor
Linear model for line datation.
LinearLineDatation(AbsoluteDate, double, double) - Constructor for class org.orekit.rugged.linesensor.LinearLineDatation
Simple constructor.
LineDatation - Interface in org.orekit.rugged.linesensor
Interface representing line datation model.
LineSensor - Class in org.orekit.rugged.linesensor
Line sensor model.
LineSensor(String, LineDatation, Vector3D, TimeDependentLOS) - Constructor for class org.orekit.rugged.linesensor.LineSensor
Simple constructor.
locateMax(int, int, int) - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Locate the cell at which max elevation is reached for a specified level.
locateMin(int, int, int) - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Locate the cell at which min elevation is reached for a specified level.
locatePixel(AbsoluteDate) - Method in class org.orekit.rugged.linesensor.SensorPixelCrossing
Locate pixel along sensor line.
LOSBuilder - Class in org.orekit.rugged.los
Builder for lines-of-sight list.
LOSBuilder(List<Vector3D>) - Constructor for class org.orekit.rugged.los.LOSBuilder
Create builder.
LOSTransform - Interface in org.orekit.rugged.los
Interface for lines-of-sight tranforms.

M

MaxSelector - Class in org.orekit.rugged.utils
Selector for max value.
MinMaxTreeTile - Class in org.orekit.rugged.intersection.duvenhage
Implementation of a Tile with a min/max kd tree.
MinMaxTreeTileFactory - Class in org.orekit.rugged.intersection.duvenhage
Simple implementation of a TileFactory for MinMaxTreeTile.
MinMaxTreeTileFactory() - Constructor for class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTileFactory
 
MinSelector - Class in org.orekit.rugged.utils
Selector for min value.

N

newBundle(String, Locale, String, ClassLoader, boolean) - Method in class org.orekit.rugged.errors.RuggedMessages.UTF8Control
NormalizedGeodeticPoint - Class in org.orekit.rugged.utils
Geodetic point whose longitude can be selected with respect to the 2π boundary.
NormalizedGeodeticPoint(double, double, double, double) - Constructor for class org.orekit.rugged.utils.NormalizedGeodeticPoint
Build a new instance.

O

org.orekit.rugged.api - package org.orekit.rugged.api
 
org.orekit.rugged.errors - package org.orekit.rugged.errors
 
org.orekit.rugged.intersection - package org.orekit.rugged.intersection
 
org.orekit.rugged.intersection.duvenhage - package org.orekit.rugged.intersection.duvenhage
 
org.orekit.rugged.linesensor - package org.orekit.rugged.linesensor
 
org.orekit.rugged.los - package org.orekit.rugged.los
 
org.orekit.rugged.raster - package org.orekit.rugged.raster
 
org.orekit.rugged.utils - package org.orekit.rugged.utils
 

P

ParameterType - Enum in org.orekit.rugged.utils
Type of parameter.
ParametricModel - Interface in org.orekit.rugged.utils
Interface for models that have parameters.
parse(File) - Method in class org.orekit.rugged.errors.DumpReplayer
Parse a dump file.
pointAtAltitude(Vector3D, Vector3D, double) - Method in class org.orekit.rugged.utils.ExtendedEllipsoid
Get point at some altitude along a pixel line of sight.
pointAtLatitude(Vector3D, Vector3D, double, Vector3D) - Method in class org.orekit.rugged.utils.ExtendedEllipsoid
Get point at some latitude along a pixel line of sight.
pointAtLongitude(Vector3D, Vector3D, double) - Method in class org.orekit.rugged.utils.ExtendedEllipsoid
Get point at some longitude along a pixel line of sight.
pointOnGround(Vector3D, Vector3D, double) - Method in class org.orekit.rugged.utils.ExtendedEllipsoid
Get point on ground along a pixel line of sight.
PolynomialRotation - Class in org.orekit.rugged.los
LOS transform based on a rotation with polynomial angle.
PolynomialRotation(ParameterType, Vector3D, AbsoluteDate, double...) - Constructor for class org.orekit.rugged.los.PolynomialRotation
Simple constructor.
PolynomialRotation(ParameterType, Vector3D, AbsoluteDate, PolynomialFunction) - Constructor for class org.orekit.rugged.los.PolynomialRotation
Simple constructor.
processUpdatedElevation(double[]) - Method in class org.orekit.rugged.intersection.duvenhage.MinMaxTreeTile
Process elevation array at completion.
processUpdatedElevation(double[]) - Method in class org.orekit.rugged.raster.SimpleTile
Process elevation array at completion.

R

refineIntersection(ExtendedEllipsoid, Vector3D, Vector3D, NormalizedGeodeticPoint) - Method in class org.orekit.rugged.intersection.BasicScanAlgorithm
Refine intersection of line with Digital Elevation Model.
refineIntersection(ExtendedEllipsoid, Vector3D, Vector3D, NormalizedGeodeticPoint) - Method in class org.orekit.rugged.intersection.ConstantElevationAlgorithm
Refine intersection of line with Digital Elevation Model.
refineIntersection(ExtendedEllipsoid, Vector3D, Vector3D, NormalizedGeodeticPoint) - Method in class org.orekit.rugged.intersection.duvenhage.DuvenhageAlgorithm
Refine intersection of line with Digital Elevation Model.
refineIntersection(ExtendedEllipsoid, Vector3D, Vector3D, NormalizedGeodeticPoint) - Method in class org.orekit.rugged.intersection.IgnoreDEMAlgorithm
Refine intersection of line with Digital Elevation Model.
refineIntersection(ExtendedEllipsoid, Vector3D, Vector3D, NormalizedGeodeticPoint) - Method in interface org.orekit.rugged.intersection.IntersectionAlgorithm
Refine intersection of line with Digital Elevation Model.
RoughVisibilityEstimator - Class in org.orekit.rugged.utils
Class estimating very roughly when a point may be visible from spacecraft.
RoughVisibilityEstimator(OneAxisEllipsoid, Frame, List<TimeStampedPVCoordinates>) - Constructor for class org.orekit.rugged.utils.RoughVisibilityEstimator
Simple constructor.
Rugged - Class in org.orekit.rugged.api
Main class of Rugged library API.
RuggedBuilder - Class in org.orekit.rugged.api
Builder for Rugged instances.
RuggedBuilder() - Constructor for class org.orekit.rugged.api.RuggedBuilder
Create a non-configured builder.
RuggedException - Exception in org.orekit.rugged.errors
This class is the base class for all specific exceptions thrown by the rugged library classes.
RuggedException(Localizable, Object...) - Constructor for exception org.orekit.rugged.errors.RuggedException
Simple constructor.
RuggedException(RuggedException) - Constructor for exception org.orekit.rugged.errors.RuggedException
Copy constructor.
RuggedException(Localizable, Throwable) - Constructor for exception org.orekit.rugged.errors.RuggedException
Simple constructor.
RuggedException(Throwable, Localizable, Object...) - Constructor for exception org.orekit.rugged.errors.RuggedException
Simple constructor.
RuggedException(ExceptionContextProvider) - Constructor for exception org.orekit.rugged.errors.RuggedException
Simple constructor.
RuggedExceptionWrapper - Exception in org.orekit.rugged.errors
This class allows to wrap RuggedException instances in RuntimeException.
RuggedExceptionWrapper(RuggedException) - Constructor for exception org.orekit.rugged.errors.RuggedExceptionWrapper
Simple constructor.
RuggedMessages - Enum in org.orekit.rugged.errors
Enumeration for localized messages formats.
RuggedMessages.UTF8Control - Class in org.orekit.rugged.errors
Control class loading properties in UTF-8 encoding.
RuggedMessages.UTF8Control() - Constructor for class org.orekit.rugged.errors.RuggedMessages.UTF8Control
 

S

select(double, double) - Method in class org.orekit.rugged.utils.Selector
Select a value.
selectFirst(double, double) - Method in class org.orekit.rugged.utils.MaxSelector
Check if first value should be selected.
selectFirst(double, double) - Method in class org.orekit.rugged.utils.MinSelector
Check if first value should be selected.
selectFirst(double, double) - Method in class org.orekit.rugged.utils.Selector
Check if first value should be selected.
Selector - Class in org.orekit.rugged.utils
Class for selecting one value among two.
Selector() - Constructor for class org.orekit.rugged.utils.Selector
 
SensorMeanPlaneCrossing - Class in org.orekit.rugged.linesensor
Class dedicated to find when ground point crosses mean sensor plane.
SensorMeanPlaneCrossing(LineSensor, SpacecraftToObservedBody, int, int, boolean, boolean, int, double) - Constructor for class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Simple constructor.
SensorMeanPlaneCrossing(LineSensor, SpacecraftToObservedBody, int, int, boolean, boolean, int, double, Vector3D, SensorMeanPlaneCrossing.CrossingResult[]) - Constructor for class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Simple constructor.
SensorMeanPlaneCrossing.CrossingResult - Class in org.orekit.rugged.linesensor
Container for mean plane crossing result.
SensorMeanPlaneCrossing.CrossingResult(AbsoluteDate, double, Vector3D, FieldVector3D<DerivativeStructure>) - Constructor for class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing.CrossingResult
Simple constructor.
SensorPixel - Class in org.orekit.rugged.linesensor
Container for sensor pixel.
SensorPixel(double, double) - Constructor for class org.orekit.rugged.linesensor.SensorPixel
Build a new instance.
SensorPixelCrossing - Class in org.orekit.rugged.linesensor
Class devoted to locate where ground point crosses a sensor line.
SensorPixelCrossing(LineSensor, Vector3D, Vector3D, int, double) - Constructor for class org.orekit.rugged.linesensor.SensorPixelCrossing
Simple constructor.
setAberrationOfLightCorrection(boolean) - Method in class org.orekit.rugged.api.RuggedBuilder
Set flag for aberration of light correction.
setAlgorithm(AlgorithmId) - Method in class org.orekit.rugged.api.RuggedBuilder
Set the algorithm to use for Digital Elevation Model intersection.
setConstantElevation(double) - Method in class org.orekit.rugged.api.RuggedBuilder
Set the user-provided constant elevation model.
setDigitalElevationModel(TileUpdater, int) - Method in class org.orekit.rugged.api.RuggedBuilder
Set the user-provided tile updater.
setElevation(int, int, double) - Method in class org.orekit.rugged.raster.SimpleTile
Set the elevation for one raster element.
setElevation(int, int, double) - Method in interface org.orekit.rugged.raster.UpdatableTile
Set the elevation for one raster element.
setEllipsoid(EllipsoidId, BodyRotatingFrameId) - Method in class org.orekit.rugged.api.RuggedBuilder
Set the reference ellipsoid.
setEllipsoid(OneAxisEllipsoid) - Method in class org.orekit.rugged.api.RuggedBuilder
Set the reference ellipsoid.
setEstimatedParameters(double[], int, int) - Method in class org.orekit.rugged.los.FixedRotation
Set new values for the estimated parameters.
setEstimatedParameters(double[], int, int) - Method in class org.orekit.rugged.los.PolynomialRotation
Set new values for the estimated parameters.
setEstimatedParameters(double[], int, int) - Method in interface org.orekit.rugged.utils.ParametricModel
Set new values for the estimated parameters.
setGeometry(double, double, double, double, int, int) - Method in class org.orekit.rugged.raster.SimpleTile
Set the tile global geometry.
setGeometry(double, double, double, double, int, int) - Method in interface org.orekit.rugged.raster.UpdatableTile
Set the tile global geometry.
setLightTimeCorrection(boolean) - Method in class org.orekit.rugged.api.RuggedBuilder
Set flag for light time correction.
setTimeSpan(AbsoluteDate, AbsoluteDate, double, double) - Method in class org.orekit.rugged.api.RuggedBuilder
Set the time span to be covered for direct and inverse location calls.
setTrajectory(InertialFrameId, List<TimeStampedPVCoordinates>, int, CartesianDerivativesFilter, List<TimeStampedAngularCoordinates>, int, AngularDerivativesFilter) - Method in class org.orekit.rugged.api.RuggedBuilder
Set the spacecraft trajectory.
setTrajectory(Frame, List<TimeStampedPVCoordinates>, int, CartesianDerivativesFilter, List<TimeStampedAngularCoordinates>, int, AngularDerivativesFilter) - Method in class org.orekit.rugged.api.RuggedBuilder
Set the spacecraft trajectory.
setTrajectory(double, int, CartesianDerivativesFilter, AngularDerivativesFilter, Propagator) - Method in class org.orekit.rugged.api.RuggedBuilder
Set the spacecraft trajectory.
setTrajectoryAndTimeSpan(InputStream) - Method in class org.orekit.rugged.api.RuggedBuilder
Set both the spacecraft trajectory and the time span.
SimpleTile - Class in org.orekit.rugged.raster
Simple implementation of a Tile.
SimpleTile() - Constructor for class org.orekit.rugged.raster.SimpleTile
Simple constructor.
SimpleTileFactory - Class in org.orekit.rugged.raster
Simple implementation of a TileFactory for SimpleTile.
SimpleTileFactory() - Constructor for class org.orekit.rugged.raster.SimpleTileFactory
 
slowFind(PVCoordinates, double) - Method in class org.orekit.rugged.linesensor.SensorMeanPlaneCrossing
Find mean plane crossing using a slow but robust method.
SpacecraftToObservedBody - Class in org.orekit.rugged.utils
Provider for observation transforms.
SpacecraftToObservedBody(Frame, Frame, AbsoluteDate, AbsoluteDate, double, double, List<TimeStampedPVCoordinates>, int, CartesianDerivativesFilter, List<TimeStampedAngularCoordinates>, int, AngularDerivativesFilter) - Constructor for class org.orekit.rugged.utils.SpacecraftToObservedBody
Simple constructor.
SpacecraftToObservedBody(Frame, Frame, AbsoluteDate, AbsoluteDate, double, double, List<Transform>, List<Transform>) - Constructor for class org.orekit.rugged.utils.SpacecraftToObservedBody
Simple constructor.
storeInterpolator(OutputStream) - Method in class org.orekit.rugged.api.RuggedBuilder
Store frames transform interpolator.

T

Tile - Interface in org.orekit.rugged.raster
Interface representing a raster tile.
Tile.Location - Enum in org.orekit.rugged.raster
Enumerate for point location with respect to the interpolation grid of a tile.
TileFactory<T extends Tile> - Interface in org.orekit.rugged.raster
Interface representing a factory for raster tile.
TilesCache<T extends Tile> - Class in org.orekit.rugged.raster
Cache for Digital Elevation Model tiles.
TilesCache(TileFactory<T>, TileUpdater, int) - Constructor for class org.orekit.rugged.raster.TilesCache
Simple constructor.
tileUpdateCompleted() - Method in class org.orekit.rugged.raster.SimpleTile
Hook called at the end of tile update completion.
tileUpdateCompleted() - Method in interface org.orekit.rugged.raster.Tile
Hook called at the end of tile update completion.
TileUpdater - Interface in org.orekit.rugged.raster
Interface used to update Digital Elevation Model tiles.
TimeDependentLOS - Interface in org.orekit.rugged.los
Interface representing a line-of-sight which depends on time.
TimeIndependentLOSTransform - Interface in org.orekit.rugged.los
Interface for lines-of-sight tranforms that do not depend on time.
transform(GeodeticPoint) - Method in class org.orekit.rugged.utils.ExtendedEllipsoid
transform(Vector3D, Frame, AbsoluteDate) - Method in class org.orekit.rugged.utils.ExtendedEllipsoid
transform(Vector3D, Frame, AbsoluteDate, double) - Method in class org.orekit.rugged.utils.ExtendedEllipsoid
Transform a cartesian point to a surface-relative point.
transformLOS(int, Vector3D) - Method in class org.orekit.rugged.los.FixedRotation
Transform a line-of-sight.
transformLOS(int, FieldVector3D<DerivativeStructure>) - Method in class org.orekit.rugged.los.FixedRotation
Transform a line-of-sight and its partial derivatives.
transformLOS(int, Vector3D, AbsoluteDate) - Method in interface org.orekit.rugged.los.LOSTransform
Transform a line-of-sight.
transformLOS(int, FieldVector3D<DerivativeStructure>, AbsoluteDate) - Method in interface org.orekit.rugged.los.LOSTransform
Transform a line-of-sight and its partial derivatives.
transformLOS(int, Vector3D, AbsoluteDate) - Method in class org.orekit.rugged.los.PolynomialRotation
Transform a line-of-sight.
transformLOS(int, FieldVector3D<DerivativeStructure>, AbsoluteDate) - Method in class org.orekit.rugged.los.PolynomialRotation
Transform a line-of-sight and its partial derivatives.
transformLOS(int, Vector3D) - Method in interface org.orekit.rugged.los.TimeIndependentLOSTransform
Transform a line-of-sight.
transformLOS(int, FieldVector3D<DerivativeStructure>) - Method in interface org.orekit.rugged.los.TimeIndependentLOSTransform
Transform a line-of-sight and its partial derivatives.

U

UpdatableTile - Interface in org.orekit.rugged.raster
Interface representing one tile of a raster Digital Elevation Model.
updateTile(double, double, UpdatableTile) - Method in interface org.orekit.rugged.raster.TileUpdater
Update the tile according to the Digital Elevation Model.

V

valueOf(String) - Static method in enum org.orekit.rugged.api.AlgorithmId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.orekit.rugged.api.BodyRotatingFrameId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.orekit.rugged.api.EllipsoidId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.orekit.rugged.api.InertialFrameId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.orekit.rugged.errors.RuggedMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.orekit.rugged.raster.Tile.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.orekit.rugged.utils.ParameterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.orekit.rugged.api.AlgorithmId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.orekit.rugged.api.BodyRotatingFrameId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.orekit.rugged.api.EllipsoidId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.orekit.rugged.api.InertialFrameId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.orekit.rugged.errors.RuggedMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.orekit.rugged.raster.Tile.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.orekit.rugged.utils.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P R S T U V 

Copyright © 2014–2016 CS Syst?mes d'Information. All rights reserved.