12 #ifndef ossimFfRevb_HEADER 13 #define ossimFfRevb_HEADER 1
char theInstrumentType[INSTRUMENT_TYPE_SIZE+1]
char theFormatVersion[FORMAT_VERSION_SIZE+1]
char thePathRowNumber[PATH_ROW_NUMBER_SIZE+1]
void loadFromStream(std::istream &is)
ErrorStatus theErrorStatus
void write(std::ostream &os) const
char theProductType[PRODUCT_TYPE_SIZE+1]
char theUrLat[LAT_SIZE+1]
friend std::ostream & operator<<(std::ostream &os, const ossimFfRevb &head)
char theAcquisitionDate[DATE_SIZE+1]
char theUrLon[LON_SIZE+1]
char theProductSize[PRODUCT_SIZE_SIZE+1]
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
char theUlLat[LAT_SIZE+1]
int checkStream(std::istream &is)
char theProductOrderNumber[PRODUCT_ORDER_NUMBER_SIZE+1]
char theUlLon[LON_SIZE+1]
char theBandRadiance[NUMBER_OF_BANDS][RADIANCE_SIZE+1]
char theUsgsProjParam[NUMBER_OF_PROJECTION_PARAMETERS][USGS_PROJ_PARAMS_SIZE+1]
void print(std::ostream &os) const
char theCenterLat[LAT_SIZE+1]
char theProcessingType[PROCESSING_TYPE_SIZE+1]
char theSatNumber[SAT_NUMBER_SIZE+1]
double projParam(int paramNumber) const
char theResampAlgorithm[RESAMPLING_ALGO_SIZE+1]
char theLlLat[LAT_SIZE+1]
char theBandsPresentString[BANDS_PRESENT_SIZE+1]
char theLrLon[LON_SIZE+1]
char theMapSheetName[MAP_SHEET_SIZE+1]
char theLrLat[LAT_SIZE+1]
char theMapProjName[MAP_PROJ_NAME_SIZE+1]
std::basic_istream< char > istream
Base class for char input streams.
char theVolumeNumber[VOLUME_NUMBER_SIZE+1]
char theLlLon[LON_SIZE+1]
char theEllipsoid[ELLIPSOID_SIZE+1]
double theOrientationAngle
char theCenterLon[LON_SIZE+1]
std::basic_ostream< char > ostream
Base class for char output streams.