Uses of Class
spice.basic.OccultationCode
-
Packages that use OccultationCode Package Description spice.basic -
-
Uses of OccultationCode in spice.basic
Methods in spice.basic that return OccultationCode Modifier and Type Method Description static OccultationCode
OccultationState. getOccultationState(Body targ1, java.lang.String shape1, ReferenceFrame frame1, Body targ2, java.lang.String shape2, ReferenceFrame frame2, AberrationCorrection abcorr, Body obsrvr, Time t)
Determine the occultation condition (not occulted, partially occulted, etc.) of one target relative to another target as seen by an observer at a given time.static OccultationCode
OccultationCode. mapIntCode(int intCode)
Return the OccultationCode instance corresponding to a SPICE integer occultation state parameter.static OccultationCode
OccultationCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OccultationCode[]
OccultationCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-