- java.lang.Object
-
- spice.basic.SurfaceIntercept.Inputs
-
- spice.basic.SurfaceInterceptWithDSKInfo.RayInputs
-
- Enclosing class:
- SurfaceInterceptWithDSKInfo
class SurfaceInterceptWithDSKInfo.RayInputs extends SurfaceIntercept.Inputs
Class RayInputs is an inner class which supports creation of descriptive error messages containing inputs used to attempt to create a SurfaceIntercept instance via the SurfaceInterceptWithDSKInfo primary constructor.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
prioritized
private Body
target
private TDBTime
time
-
Method Summary
Modifier and Type Method Description (package private) SurfaceInterceptWithDSKInfo.RayInputs
copy()
(package private) java.lang.String
getString()
-
-
-
Constructor Detail
-
RayInputs
RayInputs(boolean prioritized, Body target, Time time) throws SpiceException
- Throws:
SpiceException
-
RayInputs
RayInputs()
No-arguments constructor.
-
-
Method Detail
-
copy
SurfaceInterceptWithDSKInfo.RayInputs 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
-
-