18 #ifndef ossimNitfCsexraTag_HEADER 19 #define ossimNitfCsexraTag_HEADER 1 38 virtual void clearFields();
47 const std::string& prefix)
const;
215 char theTileFirstLine[13];
227 char theImageTimeDuration[13];
250 char theAlongScanGsd[6];
261 char theCrossScanGsd[6];
272 char theGeoMeanGsd[6];
283 char theAlongScanVertGsd[6];
294 char theCrossScanVertGsd[6];
305 char theGeoMeanVertGsd[6];
317 char theGeoBetaAngle[6];
328 char theDynamicRange[6];
358 char theAngleToNorth[8];
371 char theObliquityAngle[7];
386 char theAzOfObliquity[8];
413 char theSnowDepthCategory[2];
426 char theSunAzimuth[8];
439 char theSunElevation[8];
450 char thePredictedNiirs[4];
461 char theCircularError[4];
472 char theLinearError[4];
virtual void writeStream(ossim::ostream &out)=0
virtual void parseStream(ossim::istream &in)=0
This will allow the user defined data to parse the stream.
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.
std::basic_istream< char > istream
Base class for char input streams.
std::basic_ostream< char > ostream
Base class for char output streams.