Uses of Class
gov.nasa.pds.label.object.DataObjectLocation
-
Packages that use DataObjectLocation 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 DataObjectLocation in gov.nasa.pds.label.object
Fields in gov.nasa.pds.label.object declared as DataObjectLocation Modifier and Type Field Description protected DataObjectLocation
DataObject. dataObjectLocation
Methods in gov.nasa.pds.label.object that return DataObjectLocation Modifier and Type Method Description DataObjectLocation
DataObject. getDataObjectLocation()
DataObjectLocation
RecordLocation. getDataObjectLocation()
Methods in gov.nasa.pds.label.object with parameters of type DataObjectLocation Modifier and Type Method Description void
DataObject. setDataObjectLocation(DataObjectLocation dataObjectLocation)
Constructors in gov.nasa.pds.label.object with parameters of type DataObjectLocation Constructor Description ArrayObject(java.io.File parentDir, File fileObject, Array array, long offset, DataObjectLocation location)
Creats a new array instance.ArrayObject(java.net.URL parent, File fileObject, Array array, long offset, DataObjectLocation location)
Creates a new array instance.DataObject(java.net.URL parentDir, File fileObject, long offset, long size, DataObjectLocation location)
DataObject(java.net.URL parentDir, File fileObject, long offset, long size, DataObjectLocation location, java.lang.String name)
GenericObject(java.io.File parentDir, File fileObject, long offset, long size, DataObjectLocation location)
Creates a new instance.GenericObject(java.net.URL parentDir, File fileObject, long offset, long size, DataObjectLocation location)
Creates a new instance.RecordLocation(java.net.URL label, java.net.URL dataFile, DataObjectLocation dataObjectLocation, int record)
Constructor.RecordLocation(java.net.URL label, java.net.URL dataFile, DataObjectLocation dataObjectLocation, long record)
Constructor.TableObject(java.io.File parentDir, File fileObject, java.lang.Object tableObject, long offset, long size, DataObjectLocation location)
Creates a new instance of the table object.TableObject(java.net.URL parentDir, File fileObject, java.lang.Object tableObject, long offset, long size, DataObjectLocation location)
Creates a new instance of the table object. -
Uses of DataObjectLocation in gov.nasa.pds.objectAccess
Fields in gov.nasa.pds.objectAccess declared as DataObjectLocation Modifier and Type Field Description protected DataObjectLocation
TableReader. dataObjectLocation
Methods in gov.nasa.pds.objectAccess that return DataObjectLocation Modifier and Type Method Description DataObjectLocation
TableReader. getDataObjectLocation()
Methods in gov.nasa.pds.objectAccess with parameters of type DataObjectLocation 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.void
TableReader. setDataObjectLocation(DataObjectLocation dataObjectLocation)
Constructors in gov.nasa.pds.objectAccess with parameters of type DataObjectLocation Constructor Description RawTableReader(java.lang.Object table, java.net.URL dataFile, DataObjectLocation location, boolean checkSize)
RawTableReader(java.lang.Object table, java.net.URL dataFile, java.net.URL label, DataObjectLocation location, boolean readEntireFile)
Constructor.RawTableReader(java.lang.Object table, java.net.URL dataFile, java.net.URL label, DataObjectLocation location, boolean readEntireFile, boolean keepQuotationsFlag)
Constructor.RawTableReader(java.lang.Object table, java.net.URL dataFile, java.net.URL label, DataObjectLocation location, boolean readEntireFile, boolean keepQuotationsFlag, java.io.RandomAccessFile raf, java.io.InputStream inputStream)
Constructor.TableReader(java.lang.Object table, java.net.URL dataFile, DataObjectLocation location, boolean checkSize, boolean readEntireFile, boolean keepQuotationsFlag)
TableReader(java.lang.Object table, java.net.URL dataFile, DataObjectLocation location, boolean checkSize, boolean readEntireFile, boolean keepQuotationsFlag, java.io.RandomAccessFile raf, java.io.InputStream inputStream)
Constructs aTableReader
instance for reading records from a data file associated with a table object.
-