Esempio n. 1
0
 /**
  * @expectedException Exception
  */
 public function testConvertToECEFNoDatum()
 {
     $latLongObject = new LatLong($this->_xyz);
     $ecef = $latLongObject->toECEF();
 }