CartesianErrorCoordSet, CartesianVectorCoordSet, PlaneCorrelationCoordSet, PlaneEllipseCoordSet, SkyCorrelationCoordSet, SkyEllipseCoordSet, SkyVectorCoordSetpublic interface MultiPointCoordSet
| Modifier and Type | Method | Description |
|---|---|---|
Coord[] |
getCoords() |
Returns the coordinate definitions.
|
int |
getPointCount() |
Returns the number of (non-central) data positions defined by this
coord set.
|
boolean |
readPoints(Tuple tuple,
int icol,
DataGeom geom,
double[] dpos0,
double[][] dposExtras) |
Reads the non-central points from a appropriate span of columns
in a supplied tuple.
|
Coord[] getCoords()
int getPointCount()
boolean readPoints(Tuple tuple, int icol, DataGeom geom, double[] dpos0, double[][] dposExtras)
icol value gives the column corresponding to
the first coord of this coordinate set in the sequence;
the following few columns are assumed to correspod 1:1 to
the coords in this coord set.tuple - tupleicol - index of tuple field corresponding to
the first of the coordinates in this setgeom - converter between tuple values and
data space coordinates; may not be requireddpos0 - nDataDim-element array giving central data positiondposExtras - [nPointCount][nDataDim]-shaped array into which
the non-central data positions will be writtenCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.