public abstract class ObjectExporter extends Object
| Constructor and Description | 
|---|
ObjectExporter(FileAreaObservational fileArea,
              ObjectProvider provider)
Super constructor. 
 | 
ObjectExporter(File 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)  | 
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(File label, int fileAreaIndex) throws Exception
label - the label filefileAreaIndex - the index of the observational file area to be
 used by this exporterExceptionpublic 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 exportIOExceptionprotected void parseLabel(File label, int fileAreaIndex) throws Exception
Exceptionpublic 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–2016 Planetary Data System. All rights reserved.