Interface PDSObject
-
- All Superinterfaces:
PDSContext,PDSObjectContext
public interface PDSObject extends PDSObjectContext
Specific PDSContext applying to those contexts that contain PDS Data in DOM object form.- Author:
- jpadams
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilePath()ImageInputStreamgetImageInputStream()LonggetImageStartByte()ListgetList(String key)StringgetReaderFormat()voidsetFilePath(String filePath)voidsetReaderFormat(String format)-
Methods inherited from interface gov.nasa.pds.imaging.generate.context.PDSContext
getContext
-
Methods inherited from interface gov.nasa.pds.imaging.generate.context.PDSObjectContext
get, getUnits, setMappings, setParameters
-
-
-
-
Method Detail
-
getFilePath
String getFilePath()
-
setFilePath
void setFilePath(String filePath)
-
getList
List getList(String key) throws TemplateException
- Throws:
TemplateException
-
getImageInputStream
ImageInputStream getImageInputStream()
-
getImageStartByte
Long getImageStartByte()
-
setReaderFormat
void setReaderFormat(String format)
-
getReaderFormat
String getReaderFormat()
-
-