PHP Класс League\Geotools\AbstractGeotools

Автор: Antoine Corcy ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

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

$cardinalPoints защищенное свойство

The cardinal points / directions (the four cardinal directions, the four ordinal directions, plus eight further divisions).
protected array $cardinalPoints
Результат array

$from защищенное свойство

The origin coordinate.
protected CoordinateInterface,League\Geotools\Coordinate $from
Результат League\Geotools\Coordinate\CoordinateInterface

$latitudeBands защищенное свойство

Latitude bands in the UTM coordinate system.
См. также: http://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system
protected array $latitudeBands
Результат array

$to защищенное свойство

The destination coordinate.
protected CoordinateInterface,League\Geotools\Coordinate $to
Результат League\Geotools\Coordinate\CoordinateInterface