PHP Class League\Geotools\AbstractGeotools

Author: Antoine Corcy ([email protected])
Show file Open project: toin0u/geotools

Protected Properties

Property Type Description
$cardinalPoints array The cardinal points / directions (the four cardinal directions, the four ordinal directions, plus eight further divisions).
$from League\Geotools\Coordinate\CoordinateInterface The origin coordinate.
$latitudeBands array Latitude bands in the UTM coordinate system.
$to League\Geotools\Coordinate\CoordinateInterface The destination coordinate.

Property Details

$cardinalPoints protected property

The cardinal points / directions (the four cardinal directions, the four ordinal directions, plus eight further divisions).
protected array $cardinalPoints
return array

$from protected property

The origin coordinate.
protected CoordinateInterface,League\Geotools\Coordinate $from
return League\Geotools\Coordinate\CoordinateInterface

$latitudeBands protected property

Latitude bands in the UTM coordinate system.
See also: http://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system
protected array $latitudeBands
return array

$to protected property

The destination coordinate.
protected CoordinateInterface,League\Geotools\Coordinate $to
return League\Geotools\Coordinate\CoordinateInterface