An ASCII table.
The following tables list the members exposed by AsciiTable.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
AsciiTable | Overloaded. |
Protected Fields
Name | Description | |
---|---|---|
![]() |
dataSize | The size of the data when last read (inherited from Data) |
![]() |
fileOffset | The starting location of the data when last read (inherited from Data) |
![]() |
input | The inputstream used. (inherited from Data) |
Public Properties
Name | Description | |
---|---|---|
![]() |
DataArray | Overridden. Get the ASCII table information. This will actually do the read if it had previously been deferred |
![]() |
FileOffset | Get the file offset (inherited from Data) |
![]() |
Kernel | Return the non-FITS data object (inherited from Data) |
![]() |
NCols | Get the number of columns in the table |
![]() |
NRows | Get the number of rows in the table |
![]() |
Rewriteable | Returns whether input stream is rewritable (inherited from Data) |
![]() |
RowLen | Get the number of bytes in a row |
![]() |
Size | Get the size of the data element in bytes (inherited from Data) |
Public Methods
Name | Description | |
---|---|---|
![]() |
AddColumn | Overloaded. Add a row to the table. Users should be cautious of calling this routine directly rather than the corresponding routine in AsciiTableHDU since this routine knows nothing of the FITS header modifications required. |
![]() |
AddRow | Add a row to the FITS table. |
![]() |
DeleteColumns | Delete columns from the table. |
![]() |
DeleteRows | Delete rows from a FITS table. |
![]() |
Equals | Determines whether the specified |
![]() |
GetColumn | Get a column of data |
![]() |
GetElement | Get a single element as a one-d array. We return String's as arrays for consistency though they could be returned as a scalar. |
![]() |
GetHashCode | Serves as a hash function for a particular type. |
![]() |
GetRow | Get a row. If the data has not yet been read just read this row. |
![]() |
GetType | Gets the |
![]() |
IsNull | See if an element is null. |
![]() |
Read | Overridden. Read in an ASCII table. Reading is deferred if we are reading from a random access device |
![]() |
Rewrite | (inherited from Data) |
![]() |
SetColumn | Replace a column with new data. |
![]() |
SetElement | Modify an element in the table |
![]() |
SetNull | Mark (or unmark) an element as null. Note that if this FITS file is latter written out, a TNULL keyword needs to be defined in the corresponding header. This routine does not add an element for String columns. |
![]() |
SetRow | Modify a row in the table |
![]() |
ToString | Returns a |
![]() |
UpdateAfterDelete | This is called after we delete columns. The HDU doesn't know how to update the TBCOL entries. |
![]() |
Write | Overridden. Write the data to an output stream. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |
![]() |
SetFileOffset | (inherited from Data) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
AsciiTable | Overloaded. |