Coord
public abstract class FloatingArrayCoord extends SingleCoord
Modifier and Type | Method | Description |
---|---|---|
static FloatingArrayCoord |
createCoord(InputMeta meta,
boolean isRequired) |
Constructs a new FloatingArrayCoord.
|
static java.lang.Class[] |
getAcceptableClasses() |
Returns a list of the classes which can be used as single user
coordinate values for floating array coordinates.
|
abstract int |
getArrayCoordLength(Tuple tuple,
int icol) |
Returns the length of an array value at an appropriate column
in a given Tuple.
|
abstract double[] |
readArrayCoord(Tuple tuple,
int icol) |
Reads an array value from an appropriate column in a given tuple.
|
inputToStorage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInput, getInputs, getStorageType, isRequired
public abstract double[] readArrayCoord(Tuple tuple, int icol)
tuple
- tupleicol
- index of field in tuple corresponding to this Coordpublic abstract int getArrayCoordLength(Tuple tuple, int icol)
tuple
- tupleicol
- index of column in tuple corresponding to this Coordpublic static java.lang.Class[] getAcceptableClasses()
public static FloatingArrayCoord createCoord(InputMeta meta, boolean isRequired)
meta
- input value metadataisRequired
- true if this coordinate is required for plottingCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.