public class ExporterFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static TwoDImageExporter |
get2DImageExporter(FileAreaObservational fileArea,
ObjectProvider provider)
Gets an instance of a Array2DImage exporter.
|
static TwoDImageExporter |
get2DImageExporter(java.io.File label,
int fileAreaIndex)
Gets an instance of a Array2DImage exporter.
|
static TwoDImageExporter |
get2DImageExporter(java.net.URL label,
int fileAreaIndex)
Gets an instance of a Array2DImage exporter.
|
static ThreeDImageExporter |
get3DImageExporter(FileAreaObservational fileArea,
ObjectProvider provider)
Gets an instance of an Array3DImage exporter.
|
static ThreeDImageExporter |
get3DImageExporter(java.io.File label,
int fileAreaIndex)
Gets an instance of an Array3DImage exporter.
|
static ThreeDImageExporter |
get3DImageExporter(java.net.URL label,
int fileAreaIndex)
Gets an instance of an Array3DImage exporter.
|
static ThreeDSpectrumExporter |
get3DSpectrumExporter(FileAreaObservational fileArea,
ObjectProvider provider)
Gets an instance of an Array3DSpectrum exporter.
|
static ThreeDSpectrumExporter |
get3DSpectrumExporter(java.io.File label,
int fileAreaIndex)
Gets an instance of an Array3DSpectrum exporter.
|
static ThreeDSpectrumExporter |
get3DSpectrumExporter(java.net.URL label,
int fileAreaIndex)
Gets an instance of an Array3DSpectrum exporter.
|
static TableExporter |
getTableExporter(FileAreaObservational fileArea,
ObjectProvider provider)
Gets an instance of a Table exporter.
|
static TableExporter |
getTableExporter(java.io.File label,
int fileAreaIndex)
Gets an instance of a Table exporter.
|
static TableExporter |
getTableExporter(java.net.URL label,
int fileAreaIndex)
Gets an instance of a Table exporter.
|
static TableReader |
getTableReader(java.lang.Object tableObject,
java.io.File dataFile)
Gets a table reader object for a given table and data file.
|
static TableReader |
getTableReader(java.lang.Object tableObject,
java.net.URL dataFile)
Gets a table reader object for a given table and data file.
|
public static TwoDImageExporter get2DImageExporter(java.io.File label, int fileAreaIndex) throws java.lang.Exception
label - the PDS label filefileAreaIndex - the file area inside the label containing the data to exportjava.lang.Exceptionpublic static TwoDImageExporter get2DImageExporter(java.net.URL label, int fileAreaIndex) throws java.lang.Exception
label - the PDS label filefileAreaIndex - the file area inside the label containing the data to exportjava.lang.Exceptionpublic static ThreeDImageExporter get3DImageExporter(java.io.File label, int fileAreaIndex) throws java.lang.Exception
label - the PDS label file.fileAreaIndex - the file area inside the label containing the data to export.java.lang.Exceptionpublic static ThreeDImageExporter get3DImageExporter(java.net.URL label, int fileAreaIndex) throws java.lang.Exception
label - the PDS label file.fileAreaIndex - the file area inside the label containing the data to export.java.lang.Exceptionpublic static ThreeDSpectrumExporter get3DSpectrumExporter(java.io.File label, int fileAreaIndex) throws java.lang.Exception
label - the PDS label file.fileAreaIndex - the file area inside the label containing the data to export.java.lang.Exceptionpublic static ThreeDSpectrumExporter get3DSpectrumExporter(java.net.URL label, int fileAreaIndex) throws java.lang.Exception
label - the PDS label file.fileAreaIndex - the file area inside the label containing the data to export.java.lang.Exceptionpublic static TableExporter getTableExporter(java.io.File label, int fileAreaIndex) throws java.lang.Exception
label - the PDS label filefileAreaIndex - the file area inside the label containing the data to exportjava.lang.Exceptionpublic static TableExporter getTableExporter(java.net.URL label, int fileAreaIndex) throws java.lang.Exception
label - the PDS label filefileAreaIndex - the file area inside the label containing the data to exportjava.lang.Exceptionpublic static TwoDImageExporter get2DImageExporter(FileAreaObservational fileArea, ObjectProvider provider) throws java.lang.Exception
fileArea - the file area object containing the data to exportprovider - the object provider pointing to the PDS4 labeljava.lang.Exceptionpublic static ThreeDImageExporter get3DImageExporter(FileAreaObservational fileArea, ObjectProvider provider) throws java.lang.Exception
fileArea - the file area object containing the data to exportprovider - the object provider pointing to the PDS4 labeljava.lang.Exceptionpublic static ThreeDSpectrumExporter get3DSpectrumExporter(FileAreaObservational fileArea, ObjectProvider provider) throws java.lang.Exception
fileArea - the file area object containing the data to exportprovider - the object provider pointing to the PDS4 labeljava.lang.Exceptionpublic static TableExporter getTableExporter(FileAreaObservational fileArea, ObjectProvider provider) throws java.lang.Exception
fileArea - the file area object containing the data to exportprovider - the object provider pointing to the PDS4 labeljava.lang.Exceptionpublic static TableReader getTableReader(java.lang.Object tableObject, java.io.File dataFile) throws java.lang.Exception
tableObject - the table object, binary, character, or delimiteddataFile - the data file containing the tablejava.lang.Exception - if there is an error reading the filepublic static TableReader getTableReader(java.lang.Object tableObject, java.net.URL dataFile) throws java.lang.Exception
tableObject - the table object, binary, character, or delimiteddataFile - the data file containing the tablejava.lang.Exception - if there is an error reading the fileCopyright © 2022 Planetary Data System. All rights reserved.