Package gov.nasa.jpl.spice
Class Spice
java.lang.Object
gov.nasa.jpl.spice.Spice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the exact spicekernels loaded including file pathstatic double
static void
loadKernel
(String filename) static void
unLoadKernel
(String filename)
-
Constructor Details
-
Spice
public Spice()
-
-
Method Details
-
loadKernel
public static void loadKernel(String filename) throws spice.basic.SpiceErrorException, UnsatisfiedLinkError - Throws:
spice.basic.SpiceErrorException
UnsatisfiedLinkError
-
unLoadKernel
public static void unLoadKernel(String filename) throws spice.basic.SpiceErrorException, UnsatisfiedLinkError - Throws:
spice.basic.SpiceErrorException
UnsatisfiedLinkError
-
getLoadedKernelsInfo
returns the exact spicekernels loaded including file path- Returns:
- Throws:
spice.basic.SpiceErrorException
-
getSpeedOfLight
public static double getSpeedOfLight()
-