|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.layer.SkyVectorCoordSet
public class SkyVectorCoordSet
MultiPointCoordSet for vectors on the sky.
Constructor Summary | |
---|---|
SkyVectorCoordSet(boolean preMultCosLat)
Constructor. |
Method Summary | |
---|---|
Coord[] |
getCoords()
Returns the coordinate definitions. |
int |
getPointCount()
Returns the number of (non-central) data positions defined by this coord set. |
boolean |
readPoints(TupleSequence tseq,
int icol,
double[] xyz0,
double[][] xyzExtras)
Reads the non-central points from a appropriate span of columns in the current row of a supplied TupleSequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkyVectorCoordSet(boolean preMultCosLat)
preMultCosLat
- true iff the user-supplied longitude values have
been premultiplied by cos(latitude)Method Detail |
---|
public Coord[] getCoords()
MultiPointCoordSet
getCoords
in interface MultiPointCoordSet
public int getPointCount()
MultiPointCoordSet
getPointCount
in interface MultiPointCoordSet
public boolean readPoints(TupleSequence tseq, int icol, double[] xyz0, double[][] xyzExtras)
MultiPointCoordSet
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.
readPoints
in interface MultiPointCoordSet
tseq
- tuple sequence, positioned at the row of interesticol
- index of column in the sequence corresponding to
the first of the coordinates in this setxyz0
- nDataDim-element array giving central data positionxyzExtras
- [nPointCount][nDataDim]-shaped array into which
the non-central data positions will be written
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |