OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
ossim-plugins
cnes
src
otb
RectangularCoordinate.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 RectangularCoordinate_h
13
#define RectangularCoordinate_h
14
15
#include <
ossim/plugin/ossimPluginConstants.h
>
16
#include <
otb/Coordinate.h
>
17
18
namespace
ossimplugins
19
{
20
21
22
class
GeodesicCoordinate;
27
class
OSSIM_PLUGINS_DLL
RectangularCoordinate
:
public
Coordinate
28
{
29
public
:
33
RectangularCoordinate
();
37
~
RectangularCoordinate
();
41
RectangularCoordinate
(
double
x
,
double
y
,
double
z);
45
RectangularCoordinate
(
const
RectangularCoordinate
& rhs);
46
50
RectangularCoordinate
& operator=(
const
RectangularCoordinate
& rhs);
51
52
void
AsGeodesicCoordinates(
double
demiGdAxe,
double
demiPtAxe,
GeodesicCoordinate
* geod);
53
protected
:
54
private
:
55
};
56
}
57
58
#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
ossimplugins::RectangularCoordinate
This class represents a coordinate in a rectangular reference.
Definition:
RectangularCoordinate.h:27
Generated on Fri Aug 3 2018 08:46:55 for OSSIM - Open Source Software Image Map by
1.8.14