Esempio n. 1
0
 /**
  *
  */
 public function __construct()
 {
     $this->initWKTProjections();
     $this->initDefs();
     $this->initDatum();
     $this->initEllipsoid();
     $this->initPrimeMeridian();
     self::$proj['longlat'] = new proj4phpLongLat();
     self::$proj['identity'] = new proj4phpLongLat();
     self::$common = new proj4phpCommon();
     self::$WGS84 = new Proj4phpProj('WGS84');
 }