public interface CoordTupleString
Modifier and Type | Method and Description |
---|---|
double[] |
getasDouble(int tuple)
Accessor to retrieve a tuple
|
double |
getasDouble(int tuple,
int val)
Accessor to retrieve a single value in a tuple
|
float[] |
getasFloat(int tuple)
Accessor to retrieve a tuple
|
float |
getasFloat(int tuple,
int val)
Accessor to retrieve a single value in a tuple
|
java.lang.Number |
getPrimitiveType()
Accessor to determine the actual type managed.
|
int |
maxIndex()
Accessor for the max tuple index
|
int maxIndex()
java.lang.Number getPrimitiveType()
float[] getasFloat(int tuple)
tuple
- the tuple to retrieve (the first tuple is index 0)tuple
, coerced into
a float[]double[] getasDouble(int tuple)
tuple
- the tuple to retrieve (the first tuple is index 0)tuple
, coerced into
a double[]float getasFloat(int tuple, int val)
tuple
- the tuple to retrieve (the first tuple is index 0)val
- the index of the value in the tuple (the first val
is index 0)tuple
, coerced into
a floatdouble getasDouble(int tuple, int val)
tuple
- the tuple to retrieve (the first tuple is index 0)val
- the index of the value in the tuple (the first val
is index 0)tuple
, coerced into
a doubleCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details