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.objectMethods in gov.nasa.pds.label.object that return RawTableReader Modifier and Type Method Description RawTableReaderTableObject. getRawTableReader()Returns a raw table reader for this table.
- 
Uses of RawTableReader in gov.nasa.pds.objectAccessMethods in gov.nasa.pds.objectAccess that return RawTableReader Modifier and Type Method Description static RawTableReaderExporterFactory. getRawTableReader(java.lang.Object tableObject, java.net.URL dataFile, DataObjectLocation location)Gets a table reader object for a given table and data file.
 
-