OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfCsexraTag.h>
Public Member Functions | |
ossimNitfCsexraTag () | |
default constructor More... | |
virtual | ~ossimNitfCsexraTag () |
destructor More... | |
virtual void | parseStream (std::istream &in) |
Method to parse data from stream. More... | |
virtual void | writeStream (std::ostream &out) |
Method to write data to stream. More... | |
virtual void | clearFields () |
Method to clear all fields including null terminating. More... | |
virtual std::ostream & | print (std::ostream &out, const std::string &prefix) const |
Print method that outputs a key/value type format adding prefix to keys. More... | |
ossimString | getSensor () const |
Get the SENSOR field. More... | |
ossimString | getTimeFirstLineImage () const |
Get the TIME_FIRST_LINE_IMAGE field. More... | |
ossimString | getTimeImageDuration () const |
Get the TIME_IMAGE_DURATION field. More... | |
ossimString | getMaxGsd () const |
Get the MAX_GSDfield. More... | |
ossimString | getAlongScanGsd () const |
Get the ALONG_SCAN_GSD field. More... | |
ossimString | getCrossScanGsd () const |
Get the CROSS_SCAN_GSD field. More... | |
ossimString | getGeoMeanGsd () const |
Get the GEO_MEAN_GSD field. More... | |
ossimString | getAlongScanVerticalGsd () const |
Get the A_S_VERT_GSD field. More... | |
ossimString | getCrossScanVerticalGsd () const |
Get the C_S_VERT_GSD field. More... | |
ossimString | getGeoMeanVerticalGsd () const |
Get the GEO_MEAN_VERT_GSD field. More... | |
ossimString | getGeoBetaAngle () const |
Get the GEO_BETA_ANGLEfield. More... | |
ossimString | getDynamicRange () const |
Get the DYNAMIC_RANGE field. More... | |
ossimString | getNumLines () const |
Get the NUM_LINES field. More... | |
ossimString | getNumSamples () const |
Get the NUM_SAMPLES field. More... | |
ossimString | getAngleToNorth () const |
Get the ANGLE_TO_NORTH field. More... | |
ossimString | getObliquityAngle () const |
Get the OBLIQUITY_ANGLE field. More... | |
ossimString | getAzimuthOfObliquity () const |
Get the AZ_OF_OBLIQUITY field. More... | |
ossimString | getGroundCover () const |
Get the GRD_COVER field. More... | |
ossimString | getSnowDepth () const |
Get the SNOW_DEPTH_CAT field. More... | |
ossimString | getSunAzimuth () const |
Get the SUN_AZIMUTH field. More... | |
ossimString | getSunElevation () const |
Get the SUN_ELEVATION field. More... | |
ossimString | getPredictedNiirs () const |
Get the PREDICTED_NIIRS field. More... | |
ossimString | getCE90 () const |
Get the CIRCL_ERR field. More... | |
ossimString | getLE90 () const |
Get the LINEAR_ERR field. More... | |
![]() | |
ossimNitfRegisteredTag () | |
default constructor More... | |
ossimNitfRegisteredTag (const std::string &tagName, ossim_uint32 tagLength) | |
Constructor that takes name and size. More... | |
virtual | ~ossimNitfRegisteredTag () |
destructor More... | |
virtual std::string | getRegisterTagName () const |
This will return the name of the registered tag for this user defined header. More... | |
virtual const std::string & | getTagName () const |
This will return the name of the registered tag for this user defined header. More... | |
virtual void | setTagName (const std::string &tagName) |
virtual ossim_uint32 | getSizeInBytes () const |
Returns the length in bytes of the tag from the CEL or REL field. More... | |
virtual ossim_uint32 | getTagLength () const |
Returns the length in bytes of the tag from the CEL or REL field. More... | |
virtual void | setTagLength (ossim_uint32 length) |
Set the tag length. More... | |
virtual void | parseStream (ossim::istream &in)=0 |
This will allow the user defined data to parse the stream. More... | |
virtual void | writeStream (ossim::ostream &out)=0 |
virtual void | setProperty (ossimRefPtr< ossimProperty > property) |
virtual ossimRefPtr< ossimProperty > | getProperty (const ossimString &name) const |
virtual void | getPropertyNames (std::vector< ossimString > &propertyNames) const |
virtual void | getMetadata (ossimKeywordlist &kwl, const char *prefix=0) const |
Default interface to populate keyword list with metadata. More... | |
virtual bool | saveState (ossimKeywordlist &kwl, const ossimString &prefix) const |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimObject * | dup () const |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
virtual std::ostream & | print (std::ostream &out) const |
Generic print method. More... | |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
![]() | |
ossimPropertyInterface () | |
virtual | ~ossimPropertyInterface () |
virtual void | setProperty (const ossimString &name, const ossimString &value) |
virtual ossimString | getPropertyValueAsString (const ossimString &name) const |
void | getPropertyList (std::vector< ossimRefPtr< ossimProperty > > &propertyList) const |
void | setProperties (std::vector< ossimRefPtr< ossimProperty > > &propertyList) |
Protected Attributes | |
char | theSensor [7] |
FIELD: SENSOR. More... | |
char | theTileFirstLine [13] |
FIELD: TIME_FIRST_LINE_IMAGE. More... | |
char | theImageTimeDuration [13] |
FIELD: TIME_IMAGE_DURATION. More... | |
char | theMaxGsd [6] |
FIELD: MAX_GSD. More... | |
char | theAlongScanGsd [6] |
FIELD: ALONG_SCAN_GSD. More... | |
char | theCrossScanGsd [6] |
FIELD: CROSS_SCAN_GSD. More... | |
char | theGeoMeanGsd [6] |
FIELD: GEO_MEAN_GSD. More... | |
char | theAlongScanVertGsd [6] |
FIELD: A_S_VERT_GSD. More... | |
char | theCrossScanVertGsd [6] |
FIELD: C_S_VERT_GSD. More... | |
char | theGeoMeanVertGsd [6] |
FIELD: GEO_MEAN_VERT_GSD. More... | |
char | theGeoBetaAngle [6] |
FIELD: GEO_BETA_ANGLE. More... | |
char | theDynamicRange [6] |
FIELD: DYNAMIC_RANGE. More... | |
char | theLine [8] |
FIELD: NUM_LINES. More... | |
char | theSamples [6] |
FIELD: NUM_SAMPLES. More... | |
char | theAngleToNorth [8] |
FIELD: ANGLE_TO_NORTH. More... | |
char | theObliquityAngle [7] |
FIELD: OBLIQUITY_ANGLE. More... | |
char | theAzOfObliquity [8] |
FIELD: AZ_OF_OBLIQUITY. More... | |
char | theGrdCover [2] |
FIELD: GRD_COVER. More... | |
char | theSnowDepthCategory [2] |
FIELD: SNOW_DEPTH_CAT. More... | |
char | theSunAzimuth [8] |
FIELD: SUN_AZIMUTH. More... | |
char | theSunElevation [8] |
FIELD: SUN_ELEVATION. More... | |
char | thePredictedNiirs [4] |
FIELD: PREDICTED_NIIRS. More... | |
char | theCircularError [4] |
FIELD: CIRCL_ERR. More... | |
char | theLinearError [4] |
FIELD: LINEAR_ERR. More... | |
![]() | |
std::string | m_tagName |
ossim_uint32 | m_tagLength |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 22 of file ossimNitfCsexraTag.h.
ossimNitfCsexraTag::ossimNitfCsexraTag | ( | ) |
default constructor
Definition at line 28 of file ossimNitfCsexraTag.cpp.
References clearFields().
|
virtual |
|
virtual |
Method to clear all fields including null terminating.
Definition at line 96 of file ossimNitfCsexraTag.cpp.
References theAlongScanGsd, theAlongScanVertGsd, theAngleToNorth, theAzOfObliquity, theCircularError, theCrossScanGsd, theCrossScanVertGsd, theDynamicRange, theGeoBetaAngle, theGeoMeanGsd, theGeoMeanVertGsd, theGrdCover, theImageTimeDuration, theLine, theLinearError, theMaxGsd, theObliquityAngle, thePredictedNiirs, theSamples, theSensor, theSnowDepthCategory, theSunAzimuth, theSunElevation, and theTileFirstLine.
Referenced by ossimNitfCsexraTag(), and parseStream().
ossimString ossimNitfCsexraTag::getAlongScanGsd | ( | ) | const |
Get the ALONG_SCAN_GSD field.
Definition at line 239 of file ossimNitfCsexraTag.cpp.
References theAlongScanGsd.
ossimString ossimNitfCsexraTag::getAlongScanVerticalGsd | ( | ) | const |
Get the A_S_VERT_GSD field.
Definition at line 254 of file ossimNitfCsexraTag.cpp.
References theAlongScanVertGsd.
ossimString ossimNitfCsexraTag::getAngleToNorth | ( | ) | const |
Get the ANGLE_TO_NORTH field.
Definition at line 289 of file ossimNitfCsexraTag.cpp.
References theAngleToNorth.
ossimString ossimNitfCsexraTag::getAzimuthOfObliquity | ( | ) | const |
Get the AZ_OF_OBLIQUITY field.
Definition at line 299 of file ossimNitfCsexraTag.cpp.
References theAzOfObliquity.
ossimString ossimNitfCsexraTag::getCE90 | ( | ) | const |
Get the CIRCL_ERR field.
Definition at line 329 of file ossimNitfCsexraTag.cpp.
References theCircularError.
ossimString ossimNitfCsexraTag::getCrossScanGsd | ( | ) | const |
Get the CROSS_SCAN_GSD field.
Definition at line 244 of file ossimNitfCsexraTag.cpp.
References theCrossScanGsd.
ossimString ossimNitfCsexraTag::getCrossScanVerticalGsd | ( | ) | const |
Get the C_S_VERT_GSD field.
Definition at line 259 of file ossimNitfCsexraTag.cpp.
References theCrossScanVertGsd.
ossimString ossimNitfCsexraTag::getDynamicRange | ( | ) | const |
Get the DYNAMIC_RANGE field.
Definition at line 274 of file ossimNitfCsexraTag.cpp.
References theDynamicRange.
ossimString ossimNitfCsexraTag::getGeoBetaAngle | ( | ) | const |
Get the GEO_BETA_ANGLEfield.
Definition at line 269 of file ossimNitfCsexraTag.cpp.
References theGeoBetaAngle.
ossimString ossimNitfCsexraTag::getGeoMeanGsd | ( | ) | const |
Get the GEO_MEAN_GSD field.
Definition at line 249 of file ossimNitfCsexraTag.cpp.
References theGeoMeanGsd.
ossimString ossimNitfCsexraTag::getGeoMeanVerticalGsd | ( | ) | const |
Get the GEO_MEAN_VERT_GSD field.
Definition at line 264 of file ossimNitfCsexraTag.cpp.
References theGeoMeanVertGsd.
ossimString ossimNitfCsexraTag::getGroundCover | ( | ) | const |
Get the GRD_COVER field.
Definition at line 304 of file ossimNitfCsexraTag.cpp.
References theGrdCover.
ossimString ossimNitfCsexraTag::getLE90 | ( | ) | const |
Get the LINEAR_ERR field.
Definition at line 334 of file ossimNitfCsexraTag.cpp.
References theLinearError.
ossimString ossimNitfCsexraTag::getMaxGsd | ( | ) | const |
Get the MAX_GSDfield.
Definition at line 234 of file ossimNitfCsexraTag.cpp.
References theMaxGsd.
ossimString ossimNitfCsexraTag::getNumLines | ( | ) | const |
Get the NUM_LINES field.
Definition at line 279 of file ossimNitfCsexraTag.cpp.
References theLine.
ossimString ossimNitfCsexraTag::getNumSamples | ( | ) | const |
Get the NUM_SAMPLES field.
Definition at line 284 of file ossimNitfCsexraTag.cpp.
References theSamples.
ossimString ossimNitfCsexraTag::getObliquityAngle | ( | ) | const |
Get the OBLIQUITY_ANGLE field.
Definition at line 294 of file ossimNitfCsexraTag.cpp.
References theObliquityAngle.
ossimString ossimNitfCsexraTag::getPredictedNiirs | ( | ) | const |
Get the PREDICTED_NIIRS field.
Definition at line 324 of file ossimNitfCsexraTag.cpp.
References thePredictedNiirs.
ossimString ossimNitfCsexraTag::getSensor | ( | ) | const |
Get the SENSOR field.
Definition at line 219 of file ossimNitfCsexraTag.cpp.
References theSensor.
ossimString ossimNitfCsexraTag::getSnowDepth | ( | ) | const |
Get the SNOW_DEPTH_CAT field.
Definition at line 309 of file ossimNitfCsexraTag.cpp.
References theSnowDepthCategory.
ossimString ossimNitfCsexraTag::getSunAzimuth | ( | ) | const |
Get the SUN_AZIMUTH field.
Definition at line 314 of file ossimNitfCsexraTag.cpp.
References theSunAzimuth.
ossimString ossimNitfCsexraTag::getSunElevation | ( | ) | const |
Get the SUN_ELEVATION field.
Definition at line 319 of file ossimNitfCsexraTag.cpp.
References theSunElevation.
ossimString ossimNitfCsexraTag::getTimeFirstLineImage | ( | ) | const |
Get the TIME_FIRST_LINE_IMAGE field.
Definition at line 224 of file ossimNitfCsexraTag.cpp.
References theTileFirstLine.
ossimString ossimNitfCsexraTag::getTimeImageDuration | ( | ) | const |
Get the TIME_IMAGE_DURATION field.
Definition at line 229 of file ossimNitfCsexraTag.cpp.
References theImageTimeDuration.
|
virtual |
Method to parse data from stream.
Definition at line 38 of file ossimNitfCsexraTag.cpp.
References clearFields(), theAlongScanGsd, theAlongScanVertGsd, theAngleToNorth, theAzOfObliquity, theCircularError, theCrossScanGsd, theCrossScanVertGsd, theDynamicRange, theGeoBetaAngle, theGeoMeanGsd, theGeoMeanVertGsd, theGrdCover, theImageTimeDuration, theLine, theLinearError, theMaxGsd, theObliquityAngle, thePredictedNiirs, theSamples, theSensor, theSnowDepthCategory, theSunAzimuth, theSunElevation, and theTileFirstLine.
|
virtual |
Print method that outputs a key/value type format adding prefix to keys.
out | Stream to output to. |
prefix | Prefix added to key like "image0."; |
Reimplemented from ossimNitfRegisteredTag.
Definition at line 155 of file ossimNitfCsexraTag.cpp.
References ossimNitfRegisteredTag::getTagLength(), ossimNitfRegisteredTag::getTagName(), theAlongScanGsd, theAlongScanVertGsd, theAngleToNorth, theAzOfObliquity, theCircularError, theCrossScanGsd, theCrossScanVertGsd, theDynamicRange, theGeoBetaAngle, theGeoMeanGsd, theGeoMeanVertGsd, theGrdCover, theImageTimeDuration, theLine, theLinearError, theMaxGsd, theObliquityAngle, thePredictedNiirs, theSamples, theSensor, theSnowDepthCategory, theSunAzimuth, theSunElevation, and theTileFirstLine.
|
virtual |
Method to write data to stream.
Definition at line 68 of file ossimNitfCsexraTag.cpp.
References theAlongScanGsd, theAlongScanVertGsd, theAngleToNorth, theAzOfObliquity, theCircularError, theCrossScanGsd, theCrossScanVertGsd, theDynamicRange, theGeoBetaAngle, theGeoMeanGsd, theGeoMeanVertGsd, theGrdCover, theImageTimeDuration, theLine, theLinearError, theMaxGsd, theObliquityAngle, thePredictedNiirs, theSamples, theSensor, theSnowDepthCategory, theSunAzimuth, theSunElevation, and theTileFirstLine.
|
protected |
FIELD: ALONG_SCAN_GSD.
5 byte field BCS-A inches
Measured along scan GSD for the primary target.
000.0 to 999.9 or N/A
Definition at line 250 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getAlongScanGsd(), parseStream(), print(), and writeStream().
|
protected |
FIELD: A_S_VERT_GSD.
5 byte field BCS-A inches
Measured along scan vertical GSD for the primary target.
000.0 to 999.9 or N/A
Definition at line 283 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getAlongScanVerticalGsd(), parseStream(), print(), and writeStream().
|
protected |
FIELD: ANGLE_TO_NORTH.
7 byte field BCS-N Degrees
Angle in degrees measured clockwise from the first row of the image to true North at image start time.
000.000 to 360.000
Definition at line 358 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getAngleToNorth(), parseStream(), print(), and writeStream().
|
protected |
FIELD: AZ_OF_OBLIQUITY.
7 byte field BCS-N Degrees
Azimuth of the target-SV line-of-sight vectory projected in the target local horizontal plane, measured clockwise from True North, computed at Image Start Time. The Velocity Control Point on the focal plane is projected to this azimuth projection in the target local horizontal plane.
000.000 to 360.000
Definition at line 386 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getAzimuthOfObliquity(), parseStream(), print(), and writeStream().
|
protected |
FIELD: CIRCL_ERR.
3 byte field BCS-N Feet
Predicted CE/90 in the geolocation in the scene.
000 to 999
Definition at line 461 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getCE90(), parseStream(), print(), and writeStream().
|
protected |
FIELD: CROSS_SCAN_GSD.
5 byte field BCS-A inches
Measured cross scan GSD for the primary target.
000.0 to 999.9 or N/A
Definition at line 261 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getCrossScanGsd(), parseStream(), print(), and writeStream().
|
protected |
FIELD: C_S_VERT_GSD.
5 byte field BCS-A inches
Measured cross scan vertical GSD for the primary target.
000.0 to 999.9 or N/A
Definition at line 294 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getCrossScanVerticalGsd(), parseStream(), print(), and writeStream().
|
protected |
FIELD: DYNAMIC_RANGE.
5 byte field BCS-N
Dynamic range extent of pixel values in the image.
00000 to 02047 for PAN and MS.
Definition at line 328 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getDynamicRange(), parseStream(), print(), and writeStream().
|
protected |
FIELD: GEO_BETA_ANGLE.
5 byte field BCS-A Degrees
Angle on ground (Earth tangent plane) between along scan and cross scan directions.
00.0 to 180.0 or N/A
Definition at line 317 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getGeoBetaAngle(), parseStream(), print(), and writeStream().
|
protected |
FIELD: GEO_MEAN_GSD.
5 byte field BCS-A inches
Measured mean GSD for the primary target.
000.0 to 999.9 or N/A
Definition at line 272 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getGeoMeanGsd(), parseStream(), print(), and writeStream().
|
protected |
FIELD: GEO_MEAN_VERT_GSD.
5 byte field BCS-A inches
Measured mean vertical GSD for the primary target.
000.0 to 999.9 or N/A
Definition at line 305 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getGeoMeanVerticalGsd(), parseStream(), print(), and writeStream().
|
protected |
FIELD: GRD_COVER.
1 byte field BCS-N
Snow or no snow
1 = snow, 0 = no snow, 9 = not available.
Definition at line 397 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getGroundCover(), parseStream(), print(), and writeStream().
|
protected |
FIELD: TIME_IMAGE_DURATION.
12 byte field BCS-N Seconds (UTC)
Time Difference in seconds between the first line, synthetic array, and the last line, synthetic array.
00000.000000 to 86400.000000
Definition at line 227 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getTimeImageDuration(), parseStream(), print(), and writeStream().
|
protected |
FIELD: NUM_LINES.
7 byte field BCS-N
0000101 to 9999999
Definition at line 337 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getNumLines(), parseStream(), print(), and writeStream().
|
protected |
FIELD: LINEAR_ERR.
3 byte field BCS-N Feet
Predicted LE/90 in the geolocation in the scene
000 to 999
Definition at line 472 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getLE90(), parseStream(), print(), and writeStream().
|
protected |
FIELD: MAX_GSD.
5 byte field BCS-N inches
Predicted maximum mean ground sample distance (GSD)for the primary target.
000.0 to 999.9
Definition at line 239 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getMaxGsd(), parseStream(), print(), and writeStream().
|
protected |
FIELD: OBLIQUITY_ANGLE.
6 byte field BCS-N Degrees
Obliquity angle measured from target local vertical. I.e., the angle betweent the local North-Earth-Down (NED) horizontal and the optical axis of the image at the time of closest approach.
00.000 to 90.000
Definition at line 371 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getObliquityAngle(), parseStream(), print(), and writeStream().
|
protected |
FIELD: PREDICTED_NIIRS.
3 byte field BCS-A
Imagery NIIRS value.
0.0 to 9.0 or N/A
Definition at line 450 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getPredictedNiirs(), parseStream(), print(), and writeStream().
|
protected |
FIELD: NUM_SAMPLES.
5 byte field BCS-N
00101 to 99999
Definition at line 346 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getNumSamples(), parseStream(), print(), and writeStream().
|
protected |
FIELD: SENSOR.
6 byte field BCS-A
PAN MS
Definition at line 203 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getSensor(), parseStream(), print(), and writeStream().
|
protected |
FIELD: SNOW_DEPTH_CAT.
1 byte field BCS-N
Provides the weighted average of the snow depth values for all of the grids that overlap the tasked image area.
0 = 0 inches, 1 = 1-8 inches or ice, 2 = 9-17 inches, 3 = greater than 17 inches 9 = Not Available
Definition at line 413 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getSnowDepth(), parseStream(), print(), and writeStream().
|
protected |
FIELD: SUN_AZIMUTH.
7 byte field BCS-N Degrees
Azimuth of the target-sun line-of-sight vector projected in the target local horizontal plane, measured clockwise from True North, calculated at Image Start Time.
000.000 to 360.000
Definition at line 426 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getSunAzimuth(), parseStream(), print(), and writeStream().
|
protected |
FIELD: SUN_ELEVATION.
7 byte field BCS-N Degrees
The sun elevation angle from the local target plane to the sun calculated at Image_Start_Time, where the local target plane is referenced by the Target Centered - Earth Fixed, ST coordinate frame.
-90.000 to +90.000
Definition at line 439 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getSunElevation(), parseStream(), print(), and writeStream().
|
protected |
FIELD: TIME_FIRST_LINE_IMAGE.
12 byte field BCS-N Seconds (UTC)
Time in seconds from midnight for the first line, synthetic array, of the Dataset collection.
00000.000000 to 86400.000000
Definition at line 215 of file ossimNitfCsexraTag.h.
Referenced by clearFields(), getTimeFirstLineImage(), parseStream(), print(), and writeStream().