public abstract class ObjectExporter extends Object
Constructor and Description |
---|
ObjectExporter() |
ObjectExporter(FileAreaObservational fileArea,
ObjectProvider provider)
Super constructor.
|
ObjectExporter(File label,
int fileAreaIndex)
Super constructor.
|
ObjectExporter(URL label,
int fileAreaIndex)
Super constructor.
|
Modifier and Type | Method and Description |
---|---|
ObjectProvider |
getObjectProvider()
Gets the objectProvider associated with this exporter.
|
FileAreaObservational |
getObservationalFileArea()
Gets the observational file area containing the data to be exported.
|
protected void |
parseLabel(File label,
int fileAreaIndex) |
protected void |
parseLabel(URL label,
int fileAreaIndex) |
void |
setObjectProvider(ObjectProvider provider)
Sets the objectProvider associated with this exporter.
|
void |
setObservationalFileArea(FileAreaObservational fileAreaObs)
Set the observational file area containing the data to be exported.
|
public ObjectExporter()
public ObjectExporter(File label, int fileAreaIndex) throws Exception
label
- the label filefileAreaIndex
- the index of the observational file area to be
used by this exporterException
public ObjectExporter(URL label, int fileAreaIndex) throws Exception
label
- the label filefileAreaIndex
- the index of the observational file area to be
used by this exporterException
public ObjectExporter(FileAreaObservational fileArea, ObjectProvider provider) throws IOException
fileArea
- the observational file area to be used by this exporterprovider
- the objectProvider that points to the location of the data to exportIOException
protected void parseLabel(File label, int fileAreaIndex) throws Exception
Exception
protected void parseLabel(URL label, int fileAreaIndex) throws Exception
Exception
public void setObjectProvider(ObjectProvider provider)
provider
- the objectProvider associated with this exporterpublic ObjectProvider getObjectProvider()
public void setObservationalFileArea(FileAreaObservational fileAreaObs)
fileAreaObs
- the observational file area containing the data to be exportedpublic FileAreaObservational getObservationalFileArea()
Copyright © 2010–2017 Planetary Data System. All rights reserved.