PHP Class UTMRef, UK-Postcodes

Afficher le fichier Open project: pezholio/UK-Postcodes Class Usage Examples

Méthodes publiques

Свойство Type Description
$easting
$latZone
$lngZone
$northing

Méthodes publiques

Méthode Description
UTMRef ( $easting, $northing, $latZone, $lngZone ) Create a new object representing a UTM reference.
toLatLng ( ) : the Convert this UTM reference to a latitude and longitude
toString ( ) Return a string representation of this UTM reference

Method Details

UTMRef() public méthode

Create a new object representing a UTM reference.
public UTMRef ( $easting, $northing, $latZone, $lngZone )

toLatLng() public méthode

Convert this UTM reference to a latitude and longitude
public toLatLng ( ) : the
Résultat the converted latitude and longitude

toString() public méthode

Return a string representation of this UTM reference
public toString ( )

Property Details

$easting public_oe property

public $easting

$latZone public_oe property

public $latZone

$lngZone public_oe property

public $lngZone

$northing public_oe property

public $northing