PHP 클래스 Treffynnon\Navigator\Coordinate\DmsParser

상속: extends ParserAbstract
파일 보기 프로젝트 열기: treffynnon/navigator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$input_format string A regular expression to run on the DMS string to extract its component parts
$output_format string The sprintf output format to use when printing the value

공개 메소드들

메소드 설명
get ( float $coord ) : string Get a string representation of the coordinate in DMS notation
parse ( string $coord ) : float Used when setting a value in the Coordinate class.

메소드 상세

get() 공개 메소드

Get a string representation of the coordinate in DMS notation
public get ( float $coord ) : string
$coord float
리턴 string

parse() 공개 메소드

Used when setting a value in the Coordinate class.
public parse ( string $coord ) : float
$coord string
리턴 float

프로퍼티 상세

$input_format 보호되어 있는 프로퍼티

A regular expression to run on the DMS string to extract its component parts
protected string $input_format
리턴 string

$output_format 보호되어 있는 프로퍼티

The sprintf output format to use when printing the value
protected string $output_format
리턴 string