161 std::vector<ossimString>& propertyNames)
const 163 propertyNames.push_back(
ossimString(
"dted_vol_record"));
192 const std::string& prefix)
const 194 std::string pfx = prefix;
197 out << pfx <<
"recognition_sentinel: " <<
theRecSen <<
"\n" 198 << pfx <<
"field2: " <<
theField2 <<
"\n" 200 << pfx <<
"field4: " <<
theField4 <<
"\n" 201 << pfx <<
"field5: " <<
theField5 <<
"\n" 203 << pfx <<
"field7: " <<
theField7 <<
"\n" 204 << pfx <<
"field8: " <<
theField8 <<
"\n" 215 return vol.
print(out, prefix);
const ossimDtedVol & operator=(const ossimDtedVol &rhs)
ossim_int32 theStopOffset
std::ostream & operator<<(std::ostream &out, const ossimDtedVol &vol)
char theReelNumber[FIELD3_SIZE+1]
ossim_int32 theStartOffset
static const ossimErrorCode OSSIM_ERROR
void getPropertyNames(std::vector< ossimString > &propertyNames) const
Adds this class's properties to list.
ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const
Gets a property for name.
char theField5[FIELD5_SIZE+1]
char theField2[FIELD2_SIZE+1]
char theField7[FIELD7_SIZE+1]
virtual void clearErrorStatus() const
char theField4[FIELD4_SIZE+1]
ossim_int32 startOffset() const
ossimErrorCode theErrorStatus
char theField8[FIELD8_SIZE+1]
char theRecSen[FIELD1_SIZE+1]
ossim_int32 stopOffset() const
std::basic_istream< char > istream
Base class for char input streams.
void parse(std::istream &in)
ossimString getReelNumber() const
char theAccountNumber[FIELD6_SIZE+1]
ossimString getRecognitionSentinel() const
ossimString getAccountNumber() const
std::ostream & print(std::ostream &out, const std::string &prefix) const
print method that outputs a key/value type format adding prefix to keys.
std::basic_ostream< char > ostream
Base class for char output streams.