public class SkyEllipseCoordSet extends Object implements SkyMultiPointCoordSet
| Constructor and Description | 
|---|
| SkyEllipseCoordSet()Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static MultiPointForm | createForm()Creates a MultiPointForm that can plot ellipses on the sky,
 corresponding to this coordset. | 
| 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,
          double[] xyz0,
          double unitInDegrees,
          SkyDataGeom geom,
          double[][] xyzExtras)Reads the non-central points from a appropriate span of columns
 in a supplied tuple. | 
| double | readSize(Tuple tuple,
        int icol,
        double[] xyz0)Returns the characteristic size of the multi-point structure
 represented by a supplied tuple. | 
public Coord[] getCoords()
MultiPointCoordSetgetCoords in interface MultiPointCoordSetpublic int getPointCount()
MultiPointCoordSetgetPointCount in interface MultiPointCoordSetpublic double readSize(Tuple tuple, int icol, double[] xyz0)
SkyMultiPointCoordSetreadSize in interface SkyMultiPointCoordSettuple - tupleicol - index of tuple field corresponding to
                   the first of the coordinates in this setxyz0 - nDataDim-element array giving central data positionpublic boolean readPoints(Tuple tuple, int icol, double[] xyz0, double unitInDegrees, SkyDataGeom geom, double[][] xyzExtras)
SkyMultiPointCoordSetThe 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.
readPoints in interface SkyMultiPointCoordSettuple - tupleicol - index of tuple field corresponding to
                   the first of the coordinates in this setxyz0 - nDataDim-element array giving central data positionunitInDegrees - unit in degrees of the size-defining
                        tuple valuesgeom - converter between tuple values and
                data space coordinatesxyzExtras - [nPointCount][nDataDim]-shaped array into which
                      the non-central data positions will be writtenpublic static MultiPointForm createForm()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.