OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
support_data
ossimFfL5.h
Go to the documentation of this file.
1
//*******************************************************************
2
//
3
// License: MIT
4
//
5
// Author: Ken Melero (kmelero@imagelinks.com)
6
// Orginally written by Oscar Kramer (SoBe Software)
7
// Description: Container class for LandSat5 Fast Format header files (RevB & C)
8
//
9
// ********************************************************************
10
// $Id$
11
12
#ifndef ossimFfL5_HEADER
13
#define ossimFfL5_HEADER 1
14
15
#include <
ossim/support_data/ossimFfL7.h
>
16
#include <
ossim/support_data/ossimFfRevb.h
>
17
#include <iosfwd>
18
19
// ***************************************************************************
20
// CLASS: ossimFfL5
21
// ***************************************************************************
22
23
class
OSSIM_DLL
ossimFfL5
:
public
ossimFfL7
24
{
25
friend
std::ostream
&
operator<<
(
std::ostream
& os,
const
ossimFfL5
& head);
26
27
public
:
28
ossimFfL5
();
29
ossimFfL5
(
const
char
* headerFile);
30
ossimRefPtr<ossimFfRevb>
revb();
31
const
ossimRefPtr<ossimFfRevb>
revb()
const
;
32
33
protected
:
34
virtual
~
ossimFfL5
();
35
36
private
:
37
void
readHeaderRevB(
const
ossimString
& header_name);
38
int
convertGeoPoint
(
const
char
* sptr,
ossimGpt
& geo_point);
39
40
ossimRefPtr<ossimFfRevb>
theRevb
;
41
};
42
43
#endif
ossimFfL7.h
ossimFfL5::theRevb
ossimRefPtr< ossimFfRevb > theRevb
Definition:
ossimFfL5.h:40
ossimGpt
Definition:
ossimGpt.h:31
ossimFfL7::convertGeoPoint
int convertGeoPoint(FILE *, ossimGpt &)
Definition:
ossimFfL7.cpp:458
ossimFfRevb.h
ossimFfL7::operator<<
friend std::ostream & operator<<(std::ostream &os, const ossimFfL7 &head)
Definition:
ossimFfL7.cpp:702
ossimFfL7
Definition:
ossimFfL7.h:36
ossimRefPtr< ossimFfRevb >
OSSIM_DLL
#define OSSIM_DLL
Definition:
ossimConstants.h:72
ossimFfL5
Definition:
ossimFfL5.h:23
ossim::ostream
std::basic_ostream< char > ostream
Base class for char output streams.
Definition:
ossimIosFwd.h:23
ossimString
Definition:
ossimString.h:22
Generated on Fri Aug 3 2018 08:46:47 for OSSIM - Open Source Software Image Map by
1.8.14