OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
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 
16 #include <otb/Coordinate.h>
17 
18 namespace ossimplugins
19 {
20 
21 
27  {
28  public:
40  GeodesicCoordinate(double x, double y, double z);
45 
49  GeodesicCoordinate& operator=(const GeodesicCoordinate& rhs);
50  protected:
51  private:
52  };
53 }
54 
55  #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