34 m_desLength(desLength)
112 kwl.
add(prefix, kwlTemp);
virtual void setDesName(const std::string &desName)
virtual ossim_uint32 getDesLength() const
Returns the length in bytes of the des from the CEL or REL field.
virtual bool saveState(ossimKeywordlist &kwl, const ossimString &prefix) const
virtual void getPropertyNames(std::vector< ossimString > &propertyNames) const
std::basic_ostringstream< char > ostringstream
Class for char output memory streams.
Represents serializable keyword/value map.
virtual std::string getRegisterDesName() const
This will return the name of the registered des for this user defined header.
virtual std::ostream & print(std::ostream &out, const std::string &prefix=std::string()) const
Pure virtual print method that outputs a key/value type format adding prefix to keys.
void add(const char *prefix, const ossimKeywordlist &kwl, bool overwrite=true)
#define RTTI_DEF2(cls, name, b1, b2)
virtual void setDesLength(ossim_uint32 length)
Set the des length.
virtual ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const
virtual void setProperty(ossimRefPtr< ossimProperty > property)
virtual const std::string & getDesName() const
This will return the name of the registered des for this user defined header.
unsigned int ossim_uint32
virtual ~ossimNitfRegisteredDes()
destructor
ossimNitfRegisteredDes()
default constructor
virtual bool parseStream(ossim::istream &is, bool ignoreBinaryChars)
deprecated method
virtual void getMetadata(ossimKeywordlist &kwl, const char *prefix=0) const
Default interface to populate keyword list with metadata.
std::basic_istringstream< char > istringstream
Class for char input memory streams.
virtual ossim_uint32 getSizeInBytes() const
Returns the length in bytes of the des from the CEL or REL field.
std::basic_ostream< char > ostream
Base class for char output streams.