vcsl_lambertian.h
Go to the documentation of this file.
1 #ifndef vcsl_lambertian_h_
2 #define vcsl_lambertian_h_
3 //:
4 // \file
5 // \brief Lambert Conformal Conic Projection
6 // \author Francois BERTEL
7 //
8 // \verbatim
9 // Modifications
10 // 2000/06/30 Francois BERTEL Creation. Adapted from IUE
11 // 2001/04/10 Ian Scott (Manchester) Converted perceps header to doxygen
12 // \endverbatim
13 
14 #include <vcsl/vcsl_geographic.h>
16 
17 //: Lambert Conformal Conic Projection
18 // Coordinate system in which shapes are preserved while scale is nonuniform.
19 // Coordinates are specified in terms of x, y, and z, where z is the altitude
20 // above the surface of the reference ellipsoid (or sphere).
22  : public vcsl_geographic
23 {
24  private:
25  //***************************************************************************
26  // Constructors/Destructor
27  //***************************************************************************
28 
29  // Default constructor.
31 
32  public:
33  // Destructor
34  ~vcsl_lambertian() override = default;
35 };
36 
37 #endif // vcsl_lambertian_h_
Represent a location relative to the earth.
Represent a location relative to the earth.
~vcsl_lambertian() override=default
Lambert Conformal Conic Projection.