Property | Type | Description | |
---|---|---|---|
$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 |
Method | Description | |
---|---|---|
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. |
protected string $input_format | ||
return | string |
protected string $output_format | ||
return | string |