Ejemplo n.º 1
0
 /**
  * @expectedException Exception
  */
 public function testConvertToLatLongNoDatum()
 {
     $utmObject = new UTM($this->_northing, $this->_easting, $this->_latitudeZone, $this->_longitudeZone);
     $latLong = $utmObject->toLatLong();
 }