Uses of Class
gov.nasa.pds.label.object.DataObjectLocation
Packages that use DataObjectLocation
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 DataObjectLocation in gov.nasa.pds.label.object
Fields in gov.nasa.pds.label.object declared as DataObjectLocationMethods in gov.nasa.pds.label.object that return DataObjectLocationModifier and TypeMethodDescriptionDataObject.getDataObjectLocation()RecordLocation.getDataObjectLocation()Methods in gov.nasa.pds.label.object with parameters of type DataObjectLocationModifier and TypeMethodDescriptionvoidDataObject.setDataObjectLocation(DataObjectLocation dataObjectLocation) Constructors in gov.nasa.pds.label.object with parameters of type DataObjectLocationModifierConstructorDescriptionArrayObject(File parentDir, File fileObject, Array array, long offset, DataObjectLocation location) Creats a new array instance.ArrayObject(URL parent, File fileObject, Array array, long offset, DataObjectLocation location) Creates a new array instance.protectedDataObject(URL parentDir, File fileObject, long offset, long size, DataObjectLocation location) protectedDataObject(URL parentDir, File fileObject, long offset, long size, DataObjectLocation location, String name) GenericObject(File parentDir, File fileObject, long offset, long size, DataObjectLocation location) Creates a new instance.GenericObject(URL parentDir, File fileObject, long offset, long size, DataObjectLocation location) Creates a new instance.RecordLocation(URL label, URL dataFile, DataObjectLocation dataObjectLocation, int record) Constructor.RecordLocation(URL label, URL dataFile, DataObjectLocation dataObjectLocation, long record) Constructor.TableObject(File parentDir, File fileObject, Object tableObject, long offset, long size, DataObjectLocation location) Creates a new instance of the table object.TableObject(URL parentDir, File fileObject, 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 DataObjectLocationMethods in gov.nasa.pds.objectAccess that return DataObjectLocationMethods in gov.nasa.pds.objectAccess with parameters of type DataObjectLocationModifier and TypeMethodDescriptionstatic RawTableReaderExporterFactory.getRawTableReader(Object tableObject, URL dataFile, DataObjectLocation location) Gets a table reader object for a given table and data file.voidTableReader.setDataObjectLocation(DataObjectLocation dataObjectLocation) Constructors in gov.nasa.pds.objectAccess with parameters of type DataObjectLocationModifierConstructorDescriptionRawTableReader(Object table, URL dataFile, DataObjectLocation location, boolean checkSize) RawTableReader(Object table, URL dataFile, URL label, DataObjectLocation location, boolean readEntireFile) Constructor.RawTableReader(Object table, URL dataFile, URL label, DataObjectLocation location, boolean readEntireFile, boolean keepQuotationsFlag) Constructor.RawTableReader(Object table, URL dataFile, URL label, DataObjectLocation location, boolean readEntireFile, boolean keepQuotationsFlag, RandomAccessFile raf, InputStream inputStream) Constructor.TableReader(Object table, URL dataFile, DataObjectLocation location, boolean checkSize, boolean readEntireFile, boolean keepQuotationsFlag) TableReader(Object table, URL dataFile, DataObjectLocation location, boolean checkSize, boolean readEntireFile, boolean keepQuotationsFlag, RandomAccessFile raf, InputStream inputStream) Constructs aTableReaderinstance for reading records from a data file associated with a table object.