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