Uses of Class
spice.basic.IDCodeNotFoundException
-
Packages that use IDCodeNotFoundException Package Description spice.basic -
-
Uses of IDCodeNotFoundException in spice.basic
Methods in spice.basic that throw IDCodeNotFoundException Modifier and Type Method Description static int
CSPICE. bodn2c(java.lang.String name)
Translate the name of a body into the SPICE integer ID code for that body.static int
CSPICE. bods2c(java.lang.String name)
Translate the name of a body into the SPICE integer ID code for that body; translate a string representation of an integer to an integer.int
Body. getIDCode()
Return NAIF ID code associated with a Body.int
Surface. getIDCode()
Return NAIF ID code associated with a Surface.
-