OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
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 
16 #include <otb/Coordinate.h>
17 
18 namespace ossimplugins
19 {
20 
21 
22 class GeodesicCoordinate;
28  {
29  public:
41  RectangularCoordinate(double x, double y, double z);
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
ossim_uint32 x
ossim_uint32 y
This class represents a coordinate in a geodesic reference.
#define OSSIM_PLUGINS_DLL
This class represents a coordinate.
Definition: Coordinate.h:25
This class represents a coordinate in a rectangular reference.