PHP Класс UTMRef, UK-Postcodes

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$easting
$latZone
$lngZone
$northing

Открытые методы

Метод Описание
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

Описание методов

UTMRef() публичный Метод

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

toLatLng() публичный Метод

Convert this UTM reference to a latitude and longitude
public toLatLng ( ) : the
Результат the converted latitude and longitude

toString() публичный Метод

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

Описание свойств

$easting публичное свойство

public $easting

$latZone публичное свойство

public $latZone

$lngZone публичное свойство

public $lngZone

$northing публичное свойство

public $northing