Пример #1
0
 /**
  * @expectedException Exception
  */
 public function testConvertToLatLongNoDatum()
 {
     $ecefObject = new ECEF($this->_xyz);
     $latLong = $ecefObject->toLatLong();
 }