core
vcsl
vcsl_geographic.cxx
Go to the documentation of this file.
1
// This is core/vcsl/vcsl_geographic.cxx
2
#include "
vcsl_geographic.h
"
3
#include <
vcsl/vcsl_spheroid.h
>
4
5
//---------------------------------------------------------------------------
6
// Default constructor
7
//---------------------------------------------------------------------------
8
vcsl_geographic::vcsl_geographic
()
9
:
spheroid_
(new
vcsl_spheroid
)
10
{
11
}
vcsl_geographic.h
Represent a location relative to the earth.
vcsl_spheroid.h
Reference sphere or ellipse for a geographic coordinate system.
vcsl_geographic::vcsl_geographic
vcsl_geographic()
Definition:
vcsl_geographic.cxx:8
vcsl_spheroid
Reference sphere or ellipse for a geographic coordinate system.
Definition:
vcsl_spheroid.h:26
vcsl_geographic::spheroid_
vcsl_spheroid_sptr spheroid_
Spheroid.
Definition:
vcsl_geographic.h:62
Generated by
1.8.15