gov.nasa.pds.imaging.generate.label
Interface PDSObject
- All Superinterfaces:
- PDSContext
- All Known Implementing Classes:
- PDS3Label
public interface PDSObject
- extends PDSContext
Specific PDSContext applying to those contexts that contain PDS Data in DOM
object form.
- Author:
- jpadams
getFilePath
String getFilePath()
getList
List getList(String key)
throws TemplateException
- Throws:
TemplateException
getRecords
List<Map<String,String>> getRecords(String... keyword)
throws TemplateException
- Throws:
TemplateException
getRecordsWithIndices
List<Map<String,String>> getRecordsWithIndices(List<String> keys,
String... keyword)
throws TemplateException
- Throws:
TemplateException
Copyright © 2010–2014 Planetary Data System. All rights reserved.