/**
  * @expectedException Exception
  */
 public function testConvertToUTMNoDatum()
 {
     $latLongObject = new LatLong($this->_xyz);
     $utm = $latLongObject->toUTM();
 }