public interface SkyMultiPointCoordSet extends MultiPointCoordSet
Modifier and Type | Method and Description |
---|---|
boolean |
readPoints(Tuple tuple,
int icExtra,
double[] dpos0,
double unitInDegrees,
SkyDataGeom geom,
double[][] dposExtras)
Reads the non-central points from a appropriate span of columns
in a supplied tuple.
|
double |
readSize(Tuple tuple,
int icExtra,
double[] dpos0)
Returns the characteristic size of the multi-point structure
represented by a supplied tuple.
|
getCoords, getPointCount
boolean readPoints(Tuple tuple, int icExtra, double[] dpos0, double unitInDegrees, SkyDataGeom geom, double[][] dposExtras)
The central data position must be supplied as input.
The icExtra
value gives the column corresponding to
the first coord of this coordinate set in the sequence;
the following few columns are assumed to correspond 1:1 to
the coords in this coord set.
tuple
- tupleicExtra
- index of tuple field corresponding to
the first of the coordinates in this setdpos0
- nDataDim-element array giving central data positionunitInDegrees
- unit in degrees of the size-defining
tuple valuesgeom
- converter between tuple values and
data space coordinatesdposExtras
- [nPointCount][nDataDim]-shaped array into which
the non-central data positions will be writtendouble readSize(Tuple tuple, int icExtra, double[] dpos0)
tuple
- tupleicExtra
- index of tuple field corresponding to
the first of the coordinates in this setdpos0
- nDataDim-element array giving central data positionCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.