00001 // This is core/vcsl/vcsl_geographic.cxx 00002 #include "vcsl_geographic.h" 00003 #include <vcsl/vcsl_spheroid.h> 00004 00005 //--------------------------------------------------------------------------- 00006 // Default constructor 00007 //--------------------------------------------------------------------------- 00008 vcsl_geographic::vcsl_geographic() 00009 : spheroid_(new vcsl_spheroid) 00010 { 00011 }