OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
ossim-plugins
cnes
src
otb
GeodesicCoordinate.cpp
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
#include <
otb/GeodesicCoordinate.h
>
13
14
namespace
ossimplugins
15
{
16
17
18
19
GeodesicCoordinate::GeodesicCoordinate
()
20
{
21
}
22
23
GeodesicCoordinate::~GeodesicCoordinate
()
24
{
25
}
26
27
GeodesicCoordinate::GeodesicCoordinate
(
double
x
,
double
y
,
double
z):
Coordinate
(
x
,
y
,z)
28
{
29
}
30
31
GeodesicCoordinate::GeodesicCoordinate
(
const
GeodesicCoordinate
& rhs):
Coordinate
((
Coordinate
)rhs)
32
{
33
}
34
35
GeodesicCoordinate
&
GeodesicCoordinate::operator=
(
const
GeodesicCoordinate
& rhs)
36
{
37
_x
= rhs.
_x
;
38
_y
= rhs.
_x
;
39
_z
= rhs.
_x
;
40
41
return
*
this
;
42
}
43
44
}
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
ossimplugins::GeodesicCoordinate::GeodesicCoordinate
GeodesicCoordinate()
Constructor.
Definition:
GeodesicCoordinate.cpp:19
GeodesicCoordinate.h
ossimplugins::Coordinate::_z
double _z
Definition:
Coordinate.h:69
ossimplugins::GeodesicCoordinate::~GeodesicCoordinate
~GeodesicCoordinate()
Destructor.
Definition:
GeodesicCoordinate.cpp:23
ossimplugins::Coordinate
This class represents a coordinate.
Definition:
Coordinate.h:25
ossimplugins::GeodesicCoordinate::operator=
GeodesicCoordinate & operator=(const GeodesicCoordinate &rhs)
Affectation operator.
Definition:
GeodesicCoordinate.cpp:35
ossimplugins::Coordinate::_x
double _x
Definition:
Coordinate.h:65
ossimplugins::Coordinate::_y
double _y
Definition:
Coordinate.h:68
Generated on Fri Aug 3 2018 08:46:44 for OSSIM - Open Source Software Image Map by
1.8.14