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

Method Summary
 String getFilePath()
           
 List getList(String key)
           
 List<Map<String,String>> getRecords(String... keyword)
           
 List<Map<String,String>> getRecordsWithIndices(List<String> keys, String... keyword)
           
 
Methods inherited from interface gov.nasa.pds.imaging.generate.context.PDSContext
get, getContext, getUnits, setMappings, setParameters
 

Method Detail

getFilePath

String getFilePath()

getList

List getList(String key)

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-2013 Planetary Data System. All Rights Reserved.