Uses of Interface
gov.nasa.pds.imaging.generate.label.PDSObject
-
-
Uses of PDSObject in gov.nasa.pds.imaging.generate
Methods in gov.nasa.pds.imaging.generate that return PDSObject Modifier and Type Method Description PDSObject
Generator. getPdsObject()
PDSObject
Generator. getPdsObject(String context_label)
getPdsObjectMethods in gov.nasa.pds.imaging.generate with parameters of type PDSObject Modifier and Type Method Description void
Generator. addPdsObject(PDSObject pdsObject, String contextStr)
addPdsObject add an additional PDSObject The contextStr is the variable prefix used in a velocity template * $extra.SOMETHING if contextStr is "extra" The pdsObject.getContext() value should be this same String * it is used by getPdsObjectvoid
Generator. setPDSObject(PDSObject pdsObject)
Constructors in gov.nasa.pds.imaging.generate with parameters of type PDSObject Constructor Description Generator(PDSObject pdsObject, File templateFile, File outputFile)
Initialize Generator object with a PDSObject.Generator(PDSObject pdsObject, File templateFile, File outputFile, File inputFile)
Initialize Generator object with a PDSObject.Generator(PDSObject pdsObject, File templateFile, File outputFile, File inputFile, Boolean isXML)
Generator constructor class.Generator(PDSObject pdsObject, File templateFile, File outputFile, Boolean isXML)
Initialize Generator object with a PDSObject. -
Uses of PDSObject in gov.nasa.pds.imaging.generate.automatic
Methods in gov.nasa.pds.imaging.generate.automatic with parameters of type PDSObject Modifier and Type Method Description void
AutoGeneratedElements. setParameters(PDSObject pdsObject)
-
Uses of PDSObject in gov.nasa.pds.imaging.generate.automatic.elements
Methods in gov.nasa.pds.imaging.generate.automatic.elements with parameters of type PDSObject Modifier and Type Method Description void
CurrentDateUTC. setParameters(PDSObject pdsObject)
Deprecated.void
Element. setParameters(PDSObject pdsObject)
void
FileName. setParameters(PDSObject pdsObject)
void
FileSize. setParameters(PDSObject pdsObject)
void
LabelLength. setParameters(PDSObject pdsObject)
void
Md5Checksum. setParameters(PDSObject pdsObject)
void
ModelVersion. setParameters(PDSObject pdsObject)
void
ObjectMd5Checksum. setParameters(PDSObject pdsObject)
void
ReaderFormat. setParameters(PDSObject pdsObject)
Constructors in gov.nasa.pds.imaging.generate.automatic.elements with parameters of type PDSObject Constructor Description Md5Checksum(PDSObject pdsObject, long offset)
-
Uses of PDSObject in gov.nasa.pds.imaging.generate.context
Methods in gov.nasa.pds.imaging.generate.context with parameters of type PDSObject Modifier and Type Method Description void
PDSObjectContext. setParameters(PDSObject pdsObject)
Constructors in gov.nasa.pds.imaging.generate.context with parameters of type PDSObject Constructor Description ContextMappings(PDSObject pdsObject)
Populates the contextMap with those classes specified in the context mappings XML file. -
Uses of PDSObject in gov.nasa.pds.imaging.generate.label
Classes in gov.nasa.pds.imaging.generate.label that implement PDSObject Modifier and Type Class Description class
JsonLabel
class
PDS3Label
Represents PDS3 Label object to provide the necessary functionality toMethods in gov.nasa.pds.imaging.generate.label with parameters of type PDSObject Modifier and Type Method Description void
JsonLabel. setParameters(PDSObject pdsObject)
void
PDS3Label. setParameters(PDSObject pdsObject)
-