160 if (name ==
"recognition_sentinel")
165 else if (name ==
"absolute_ce")
169 else if (name ==
"absolute_le")
173 else if (name ==
"relative_ce")
177 else if (name ==
"relative_le")
185 std::vector<ossimString>& propertyNames)
const 187 propertyNames.push_back(
ossimString(
"recognition_sentinel"));
188 propertyNames.push_back(
ossimString(
"absolute_ce"));
189 propertyNames.push_back(
ossimString(
"absolute_le"));
190 propertyNames.push_back(
ossimString(
"relative_ce"));
191 propertyNames.push_back(
ossimString(
"relative_le"));
195 const std::string& prefix)
const 197 std::string pfx = prefix;
200 out << setiosflags(ios::left)
201 << pfx << setw(28) <<
"recognition_sentinel:" <<
theRecSen <<
"\n" 202 << pfx << setw(28) <<
"absolute_ce:" <<
theAbsoluteCE <<
"\n" 203 << pfx << setw(28) <<
"absolute_le:" <<
theAbsoluteLE <<
"\n" 204 << pfx << setw(28) <<
"relative ce:" <<
theRelativeCE <<
"\n" 205 << pfx << setw(28) <<
"relative le:" <<
theRelativeLE <<
"\n" 250 return acc.
print(os, prefix);
ossim_int32 stopOffset() const
char theField7[FIELD7_SIZE+1]
char theField12[FIELD12_SIZE+1]
ossim_int32 startOffset() 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.
char theRecSen[FIELD1_SIZE+1]
ossim_int32 absLE() const
ossim_int32 theStopOffset
ossim_int32 relCE() const
static const ossimErrorCode OSSIM_ERROR
void getPropertyNames(std::vector< ossimString > &propertyNames) const
Adds this class's properties to list.
char theField10[FIELD10_SIZE+1]
char theRelativeCE[FIELD4_SIZE+1]
char theField17[FIELD17_SIZE+1]
char theField16[FIELD16_SIZE+1]
ossim_int32 relLE() const
ossim_int32 absCE() const
virtual void clearErrorStatus() const
char theField6[FIELD6_SIZE+1]
void parse(std::istream &in)
char theField15[FIELD15_SIZE+1]
char theField13[FIELD13_SIZE+1]
char theAbsoluteCE[FIELD2_SIZE+1]
ossimErrorCode theErrorStatus
char theField11[FIELD11_SIZE+1]
std::ostream & operator<<(std::ostream &os, const ossimDtedAcc &acc)
char theRelativeLE[FIELD5_SIZE+1]
std::basic_istream< char > istream
Base class for char input streams.
ossimRefPtr< ossimProperty > getProperty(const ossimString &name) const
Gets a property for name.
char theField8[FIELD8_SIZE+1]
char theField9[FIELD9_SIZE+1]
const ossimDtedAcc & operator=(const ossimDtedAcc &rhs)
char theField14[FIELD14_SIZE+1]
ossim_int32 theStartOffset
std::basic_ostream< char > ostream
Base class for char output streams.
char theAbsoluteLE[FIELD3_SIZE+1]