PHP Class UTMRef, UK-Postcodes

ファイルを表示 Open project: pezholio/UK-Postcodes Class Usage Examples

Public Properties

Property Type Description
$easting
$latZone
$lngZone
$northing

Public Methods

Method 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 method

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

toLatLng() public method

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

toString() public method

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