Class CoordSpec
java.lang.Object
uk.ac.starlink.ttools.plot2.data.CoordSpec
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the unique coordinate identifier for this spec.Returns the storage type for this column.uk.ac.starlink.table.StarTablegetTable()Returns the table to which this coord belongs.inthashCode()toString()valueReader(uk.ac.starlink.table.RowData rdata) Returns an object that can read the user value for this coordinate from the current row of a supplied a row sequence.
-
Constructor Details
-
CoordSpec
Constructor.- Parameters:
dataSpec- data specificationicoord- coordinate index within dataSpec
-
-
Method Details
-
getTable
public uk.ac.starlink.table.StarTable getTable()Returns the table to which this coord belongs.- Returns:
- table
-
getStorageType
-
getCoordId
Returns the unique coordinate identifier for this spec.- Returns:
- coord ID
-
valueReader
Returns an object that can read the user value for this coordinate from the current row of a supplied a row sequence.- Parameters:
rdata- row data for this coord spec's table- Returns:
- value reader
-
equals
-
hashCode
-
toString
-