Uses of Class
gov.nasa.pds.label.object.RecordLocation
- 
Packages that use RecordLocation 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 RecordLocation in gov.nasa.pds.label.objectMethods in gov.nasa.pds.label.object that return RecordLocation Modifier and Type Method Description RecordLocationTableRecord. getLocation()Methods in gov.nasa.pds.label.object with parameters of type RecordLocation Modifier and Type Method Description voidTableRecord. setLocation(RecordLocation location)Sets the record location.
- 
Uses of RecordLocation in gov.nasa.pds.objectAccessMethods in gov.nasa.pds.objectAccess that return RecordLocation Modifier and Type Method Description RecordLocationDelimitedTableRecord. getLocation()RecordLocationFixedTableRecord. getLocation()Methods in gov.nasa.pds.objectAccess with parameters of type RecordLocation Modifier and Type Method Description voidDelimitedTableRecord. setLocation(RecordLocation location)voidFixedTableRecord. setLocation(RecordLocation location)
 
-