DLADescriptor |
SurfaceInterceptWithDSKInfo.getDLADescriptor() |
Get the DLA Descriptor from a SurfaceInterceptWithDSKInfo instance.This method returns a deep copy.
|
double[] |
SurfaceInterceptWithDSKInfo.getDoubleComponent() |
Get the double information component from a SurfaceInterceptWithDSKInfo
instance.This method returns a deep copy.
|
DSK |
SurfaceInterceptWithDSKInfo.getDSK() |
Get the DSK instance from a SurfaceInterceptWithDSKInfo instance.This method returns a deep copy.
|
DSKDescriptor |
SurfaceInterceptWithDSKInfo.getDSKDescriptor() |
Get the DSK Descriptor from a SurfaceInterceptWithDSKInfo instance.This method returns a deep copy.
|
int[] |
SurfaceInterceptWithDSKInfo.getIntComponent() |
Get the integer information component from a SurfaceInterceptWithDSKInfo
instance.This method returns a deep copy.
|
Ellipse |
EllipsoidPlaneIntercept.getIntercept() |
Fetch the intercept.This method should be called only if
the intercept was found.
|
Vector3 |
RayEllipsoidIntercept.getIntercept() |
Fetch the intercept.This method should be called only if
the intercept was found, as indicated by the method wasFound().
|
Vector3 |
RayPlaneIntercept.getIntercept() |
Fetch the intercept.This method should be called only if
the intercept count is non-zero.
|
Vector3 |
SurfaceIntercept.getIntercept() |
Return the surface intercept.
|
Vector3[] |
EllipsePlaneIntercept.getIntercepts() |
Fetch the intercepts.This method should be called only if
the intercept count is non-zero and finite.
|
Vector3 |
SurfaceIntercept.getSurfaceVector() |
Return the observer to intercept vector.
|
TDBTime |
SurfaceIntercept.getTargetEpoch() |
Return the target epoch.
|
(package private) void |
SurfaceIntercept.throwNotFoundExc() |
|