public interface PointStore extends Points
Points
interface to provide a facility for
storing points as well as retrieving them.
To populate this object with point values, the storePoint(java.lang.Object[], java.lang.Object[], java.lang.String)
method must be called once for each point in sequence.
Points cannot in general be re-written.
Implementation classes may have rules about what sequence methods
must be called in, for instance whether all the writes must be
performed before any of the read methods can be used.Modifier and Type | Method and Description |
---|---|
void |
storePoint(Object[] coordRow,
Object[] errorRow,
String label)
Stores the next point in sequence to this object.
|
void storePoint(Object[] coordRow, Object[] errorRow, String label)
Points.getNdim()
and Points.getNerror()
methods, since there may be some translation between the arrays.
The PointSelection
submits rows here as retrieved
directly from the AxesSelector AxesSelector.getData()
and
AxesSelector.getErrorData()
tables.
coordRow
- array of objects representing coordinate valueserrorRow
- array of objects representing error valueslabel
- string labelling the pointCopyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.