OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions | Variables
ossimFfRevc.cpp File Reference
#include <ossim/support_data/ossimFfRevc.h>
#include <ossim/base/ossimIoStream.h>
#include <ossim/base/ossimNotify.h>
#include <ossim/base/ossimStreamFactoryRegistry.h>
#include <ossim/base/ossimString.h>
#include <sstream>
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const ossimFfRevc &head)
 

Variables

const int LOCATION_OFFSET [4]
 
const int PATH_ROW_NUMBER_OFFSET [4]
 
const int DATE_OFFSET [4]
 
const int SAT_NAME_OFFSET [4]
 
const int SENSOR_NAME_OFFSET [4]
 
const int SENSOR_MODE_OFFSET [4]
 
const int OFF_NADIR_ANGLE_OFFSET [4]
 
const int BIAS_OFFSET [8]
 
const int GAIN_OFFSET [8]
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ossimFfRevc head 
)

Definition at line 1542 of file ossimFfRevc.cpp.

References ossimFfRevc::print().

1543 {
1544  head.print(os);
1545 
1546  return os;
1547 }
void print(std::ostream &os) const

Variable Documentation

◆ BIAS_OFFSET

const int BIAS_OFFSET[8]
Initial value:
= { 1616,
1696,
1776,
1856,
1936,
2016,
2096,
2176 }

Definition at line 56 of file ossimFfRevc.cpp.

Referenced by ossimFfRevc::loadFromStream(), and ossimFfRevc::write().

◆ DATE_OFFSET

const int DATE_OFFSET[4]
Initial value:
= { 70,
230,
390,
550 }

Definition at line 30 of file ossimFfRevc.cpp.

Referenced by ossimFfRevc::loadFromStream().

◆ GAIN_OFFSET

const int GAIN_OFFSET[8]
Initial value:
= { 1641,
1721,
1801,
1881,
1961,
2041,
2121,
2201 }

Definition at line 65 of file ossimFfRevc.cpp.

Referenced by ossimFfRevc::loadFromStream().

◆ LOCATION_OFFSET

const int LOCATION_OFFSET[4]
Initial value:
= { 23,
183,
343,
503 }

Definition at line 20 of file ossimFfRevc.cpp.

Referenced by ossimFfRevc::write().

◆ OFF_NADIR_ANGLE_OFFSET

const int OFF_NADIR_ANGLE_OFFSET[4]
Initial value:
= { 153,
313,
473,
633 }

Definition at line 50 of file ossimFfRevc.cpp.

Referenced by ossimFfRevc::loadFromStream().

◆ PATH_ROW_NUMBER_OFFSET

const int PATH_ROW_NUMBER_OFFSET[4]
Initial value:
= { 34,
194,
354,
514 }

Definition at line 25 of file ossimFfRevc.cpp.

Referenced by ossimFfRevc::loadFromStream().

◆ SAT_NAME_OFFSET

const int SAT_NAME_OFFSET[4]
Initial value:
= { 91,
251,
411,
571 }

Definition at line 35 of file ossimFfRevc.cpp.

Referenced by ossimFfRevc::loadFromStream().

◆ SENSOR_MODE_OFFSET

const int SENSOR_MODE_OFFSET[4]
Initial value:
= { 134,
294,
454,
614 }

Definition at line 45 of file ossimFfRevc.cpp.

Referenced by ossimFfRevc::loadFromStream().

◆ SENSOR_NAME_OFFSET

const int SENSOR_NAME_OFFSET[4]
Initial value:
= { 110,
270,
430,
590 }

Definition at line 40 of file ossimFfRevc.cpp.

Referenced by ossimFfRevc::loadFromStream().