OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
ossim-plugins
cnes
src
otb
GeodesicCoordinate.h
Go to the documentation of this file.
1
//----------------------------------------------------------------------------
2
//
3
// "Copyright Centre National d'Etudes Spatiales"
4
//
5
// License: LGPL
6
//
7
// See LICENSE.txt file in the top level directory for more details.
8
//
9
//----------------------------------------------------------------------------
10
// $Id$
11
12
#ifndef GeodesicCoordinate_h
13
#define GeodesicCoordinate_h
14
15
#include <
ossim/plugin/ossimPluginConstants.h
>
16
#include <
otb/Coordinate.h
>
17
18
namespace
ossimplugins
19
{
20
21
26
class
OSSIM_PLUGINS_DLL
GeodesicCoordinate
:
public
Coordinate
27
{
28
public
:
32
GeodesicCoordinate
();
36
~
GeodesicCoordinate
();
40
GeodesicCoordinate
(
double
x
,
double
y
,
double
z);
44
GeodesicCoordinate
(
const
GeodesicCoordinate
& rhs);
45
49
GeodesicCoordinate
& operator=(
const
GeodesicCoordinate
& rhs);
50
protected
:
51
private
:
52
};
53
}
54
55
#endif
x
ossim_uint32 x
Definition:
ossimPdfWriter.cpp:519
y
ossim_uint32 y
Definition:
ossimPdfWriter.cpp:520
ossimplugins::GeodesicCoordinate
This class represents a coordinate in a geodesic reference.
Definition:
GeodesicCoordinate.h:26
ossimplugins
Definition:
AlosPalsarData.cpp:26
OSSIM_PLUGINS_DLL
#define OSSIM_PLUGINS_DLL
Definition:
ossimPluginConstants.h:39
ossimplugins::Coordinate
This class represents a coordinate.
Definition:
Coordinate.h:25
ossimPluginConstants.h
Coordinate.h
Generated on Fri Aug 3 2018 08:46:44 for OSSIM - Open Source Software Image Map by
1.8.14