Uses of Class
gov.nasa.pds.objectAccess.RawTableReader
Packages that use RawTableReader
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 RawTableReader in gov.nasa.pds.label.object
Methods in gov.nasa.pds.label.object that return RawTableReaderModifier and TypeMethodDescriptionTableObject.getRawTableReader()Returns a raw table reader for this table. -
Uses of RawTableReader in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess that return RawTableReaderModifier and TypeMethodDescriptionstatic RawTableReaderExporterFactory.getRawTableReader(Object tableObject, URL dataFile, DataObjectLocation location) Gets a table reader object for a given table and data file.