Uses of Class
gov.nasa.pds.objectAccess.RawTableReader
-
Packages that use RawTableReader Package Description gov.nasa.pds.label.object Implementations of objects that represent the data objects that can be referenced by PDS labels.gov.nasa.pds.objectAccess Provides programmatic access to PDS4 objects. -
-
Uses of RawTableReader in gov.nasa.pds.label.object
Methods in gov.nasa.pds.label.object that return RawTableReader Modifier and Type Method Description RawTableReader
TableObject. 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 RawTableReader Modifier and Type Method Description static RawTableReader
ExporterFactory. getRawTableReader(java.lang.Object tableObject, java.net.URL dataFile, DataObjectLocation location)
Gets a table reader object for a given table and data file.
-