Uses of Class
gov.nasa.arc.pds.xml.generated.TableBinary
-
Packages that use TableBinary Package Description gov.nasa.arc.pds.xml.generated gov.nasa.pds.objectAccess Provides programmatic access to PDS4 objects.gov.nasa.pds.objectAccess.table Implementations of access objects and interfaces for reading and writing tables and table fields. -
-
Uses of TableBinary in gov.nasa.arc.pds.xml.generated
Methods in gov.nasa.arc.pds.xml.generated that return TableBinary Modifier and Type Method Description TableBinaryObjectFactory. createTableBinary()Create an instance ofTableBinary -
Uses of TableBinary in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess that return types with arguments of type TableBinary Modifier and Type Method Description java.util.List<TableBinary>ObjectAccess. getTableBinaries(FileAreaObservational observationalFileArea)java.util.List<TableBinary>ObjectProvider. getTableBinaries(FileAreaObservational observationalFileArea)Returns a list of TableBinary objects given an observation file area object.Methods in gov.nasa.pds.objectAccess with parameters of type TableBinary Modifier and Type Method Description java.util.List<FieldBinary>ObjectAccess. getFieldBinaries(TableBinary table)java.util.List<FieldBinary>ObjectProvider. getFieldBinaries(TableBinary table)Returns a list of FieldBinary objects given a table binary object.java.util.List<java.lang.Object>ObjectAccess. getFieldBinaryAndGroupFieldBinaries(TableBinary table)java.util.List<java.lang.Object>ObjectProvider. getFieldBinaryAndGroupFieldBinaries(TableBinary table)Returns a list of FieldBinary and GroupFieldBinary objects given a table binary object. -
Uses of TableBinary in gov.nasa.pds.objectAccess.table
Constructors in gov.nasa.pds.objectAccess.table with parameters of type TableBinary Constructor Description TableBinaryAdapter(TableBinary table)Creates a new instance for a particular table.
-