59 tempOut << std::setw(1)
82 std::string pfx = prefix;
86 out << setiosflags(std::ios::left)
88 << pfx << std::setw(24) <<
"CEL:" <<
getTagLength() <<
"\n" 98 out << pfx << std::setw(24) << s
186 << std::setprecision(15)
197 << std::setprecision(15)
void setFalseX(double falseX)
std::basic_ostringstream< char > ostringstream
Class for char output memory streams.
ossimNitfProjectionParameterTag()
virtual std::string getRegisterTagName() const
This will return the name of the registered tag for this user defined header.
virtual void parseStream(std::istream &in)
std::vector< ossimString > theProjectionParameters
FIELD(S): PRJn.
static ossimString toString(bool aValue)
Numeric to string methods.
ossim_uint32 toUInt32() const
void setCode(const ossimString &code)
virtual void setTagLength(ossim_uint32 length)
Set the tag length.
void setFalseY(double falseY)
char theProjectionCode[3]
FIELD: PCO.
virtual ossim_uint32 getTagLength() const
Returns the length in bytes of the tag from the CEL or REL field.
ossimString getCode() const
unsigned int ossim_uint32
ossimString trim(const ossimString &valueToTrim=ossimString(" \\)) const
this will strip lead and trailing character passed in.
char theNumberOfParameters[2]
FIELD: NUM_PRJ.
void setName(const ossimString &name)
virtual void writeStream(std::ostream &out)
virtual void clearParameters()
std::basic_istream< char > istream
Base class for char input streams.
virtual ~ossimNitfProjectionParameterTag()
char theFalseXOrigin[16]
FIELD: XOR.
virtual std::ostream & print(std::ostream &out, const std::string &prefix=std::string()) const
Print method that outputs a key/value type format adding prefix to keys.
const char * c_str() const
Returns a pointer to a null-terminated array of characters representing the string's contents...
virtual void addParameter(const ossimString ¶m)
virtual void clearFields()
char theProjectionName[81]
FIELD: PRN.
char theFalseYOrigin[16]
FIELD: YOR.
ossimString getName() const
std::basic_ostream< char > ostream
Base class for char output streams.
virtual ossim_uint32 getSizeInBytes() const
Returns the length in bytes of the tag from the CEL or REL field.