- java.lang.Object
-
- spice.basic.SurfaceIntercept.Inputs
-
- spice.basic.SurfaceIntercept.RayArrayInputs
-
- Enclosing class:
- SurfaceIntercept
class SurfaceIntercept.RayArrayInputs extends SurfaceIntercept.Inputs
Class RayArrayInputs is an inner class which supports creation of descriptive error messages containing inputs used to attempt to create a SurfaceIntercept instance via the SurfaceIntercept `create' method.
-
-
Constructor Summary
Constructors Constructor Description RayArrayInputs()
No-arguments constructor.RayArrayInputs(boolean prioritized, Body target, Time time, int index)
-
Method Summary
Modifier and Type Method Description (package private) SurfaceIntercept.RayArrayInputs
copy()
(package private) java.lang.String
getString()
-
-
-
Method Detail
-
copy
SurfaceIntercept.RayArrayInputs copy() throws SpiceException
- Specified by:
copy
in classSurfaceIntercept.Inputs
- Throws:
SpiceException
-
getString
java.lang.String getString() throws SpiceException
- Specified by:
getString
in classSurfaceIntercept.Inputs
- Throws:
SpiceException
-
-