Uses of Class
gov.nasa.pds.objectAccess.TableExporter
-
Packages that use TableExporter Package Description gov.nasa.pds.objectAccess Provides programmatic access to PDS4 objects. -
-
Uses of TableExporter in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess that return TableExporter Modifier and Type Method Description static TableExporter
ExporterFactory. getTableExporter(FileAreaObservational fileArea, ObjectProvider provider)
Gets an instance of a Table exporter.static TableExporter
ExporterFactory. getTableExporter(java.io.File label, int fileAreaIndex)
Gets an instance of a Table exporter.static TableExporter
ExporterFactory. getTableExporter(java.net.URL label, int fileAreaIndex)
Gets an instance of a Table exporter.
-