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