Uses of Class
gov.nasa.pds.objectAccess.TableReader
Packages that use TableReader
Package
Description
Implementations of objects that represent the data objects that can be referenced by PDS labels.
Provides programmatic access to PDS4 objects.
-
Uses of TableReader in gov.nasa.pds.label.object
Methods in gov.nasa.pds.label.object that return TableReaderModifier and TypeMethodDescriptionTableObject.getTableReader()Returns a table reader for this table. -
Uses of TableReader in gov.nasa.pds.objectAccess
Subclasses of TableReader in gov.nasa.pds.objectAccessModifier and TypeClassDescriptionclassTable reader that provides the capability to read a table line by line rather than record by record, which is more strict as it relies on the label metadata.Methods in gov.nasa.pds.objectAccess that return TableReaderModifier and TypeMethodDescriptionstatic TableReaderExporterFactory.getRawTableReader(Object tableObject, File dataFile) Gets a table reader object for a given table and data file.static TableReaderExporterFactory.getTableReader(Object tableObject, File dataFile) Gets a table reader object for a given table and data file.static TableReaderExporterFactory.getTableReader(Object tableObject, URL dataFile) Gets a table reader object for a given table and data file.