vcsl_utm.cxx
Go to the documentation of this file.
1 // This is core/vcsl/vcsl_utm.cxx
2 #include "vcsl_utm.h"
3 #include <vcsl/vcsl_axis.h>
4 
5 //--------------------------------------------------------------------------
6 // Default constructor
7 //--------------------------------------------------------------------------
9 {
11  axes_.push_back(a);
12  a=new vcsl_axis;
13  axes_.push_back(a);
14  a=new vcsl_axis;
15  axes_.push_back(a);
16 }
vcsl_utm()
Definition: vcsl_utm.cxx:8
Axis descriptor: a dimension, a unit, a label.
Axis descriptor: a dimension, a unit, a label.
Definition: vcsl_axis.h:25
Universal Transverse Mercator projection.
std::vector< vcsl_axis_sptr > axes_
List of axes.