private static int |
KernelPool.checkVar(java.lang.String name,
int dataType) |
Make sure a variable of a given name and data type exists.
|
static java.lang.String[] |
CSPICE.gcpool(java.lang.String name,
int start,
int room) |
Return the character value of a kernel variable from the kernel pool.
|
static double[] |
CSPICE.gdpool(java.lang.String name,
int start,
int room) |
Return the double precision value of a kernel variable from the kernel
pool.
|
static java.lang.String[] |
KernelPool.getCharacter(java.lang.String name) |
Fetch a character kernel variable.
|
static java.lang.String[] |
KernelPool.getCharacter(java.lang.String name,
int start,
int room) |
Fetch a slice (a contiguous sequence of array elements)
of a character kernel variable.
|
static int |
KernelPool.getDataType(java.lang.String name) |
Get the data type of a specified kernel variable.
|
int |
KernelVarDescriptor.getDataType() |
Return the data type of the kernel variable, if any, associated
with this instance.This method throws an exception of the variable
does not exist.
|
static double[] |
KernelPool.getDouble(java.lang.String name) |
Fetch a double precision kernel variable.
|
static double[] |
KernelPool.getDouble(java.lang.String name,
int start,
int room) |
Fetch a slice (a contiguous sequence of array elements)
of a double precision kernel variable.
|
static int[] |
KernelPool.getInteger(java.lang.String name) |
Fetch an integer kernel variable.
|
static int[] |
KernelPool.getInteger(java.lang.String name,
int start,
int room) |
Fetch a slice (a contiguous sequence of array elements)
of an integer kernel variable.
|
static int |
KernelPool.getSize(java.lang.String name) |
Get the size of a specified kernel variable.
|
int |
KernelVarDescriptor.getSize() |
Return the size of the kernel variable, if any, associated
with this instance.This method throws an exception of the variable
does not exist.
|
static int[] |
CSPICE.gipool(java.lang.String name,
int start,
int room) |
Return the integer value of a kernel variable from the kernel pool.
|
static void |
CSPICE.stpool(java.lang.String name,
int nth,
java.lang.String contin,
java.lang.String[] component,
boolean[] found) |
Retrieve the nth string from the kernel pool variable, where the string
may be continued across several components of the kernel pool variable.
|