PHP 클래스 UTMRef, UK-Postcodes

파일 보기 프로젝트 열기: pezholio/UK-Postcodes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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