PHP Интерфейс League\Geotools\Vertex\VertexInterface

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

Открытые методы

Метод Описание
getFrom ( ) : League\Geotools\Coordinate\CoordinateInterface Get the origin coordinate.
getGradient ( ) : integer Get the gradient (slope) of the vertex.
getOrdinateIntercept ( ) : integer Get the ordinate (longitude) of the point where vertex intersects with the ordinate-axis (Prime-Meridian) of the coordinate system.
getTo ( ) : League\Geotools\Coordinate\CoordinateInterface Get the destination coordinate.
setFrom ( League\Geotools\Coordinate\CoordinateInterface $from ) : League\Geotools\Vertex\VertexInterface Set the origin coordinate.
setTo ( League\Geotools\Coordinate\CoordinateInterface $to ) : League\Geotools\Vertex\VertexInterface Set the destination coordinate.

Описание методов

getFrom() публичный Метод

Get the origin coordinate.
public getFrom ( ) : League\Geotools\Coordinate\CoordinateInterface
Результат League\Geotools\Coordinate\CoordinateInterface

getGradient() публичный Метод

Get the gradient (slope) of the vertex.
public getGradient ( ) : integer
Результат integer

getOrdinateIntercept() публичный Метод

Get the ordinate (longitude) of the point where vertex intersects with the ordinate-axis (Prime-Meridian) of the coordinate system.
public getOrdinateIntercept ( ) : integer
Результат integer

getTo() публичный Метод

Get the destination coordinate.
public getTo ( ) : League\Geotools\Coordinate\CoordinateInterface
Результат League\Geotools\Coordinate\CoordinateInterface

setFrom() публичный Метод

Set the origin coordinate.
public setFrom ( League\Geotools\Coordinate\CoordinateInterface $from ) : League\Geotools\Vertex\VertexInterface
$from League\Geotools\Coordinate\CoordinateInterface The origin coordinate.
Результат League\Geotools\Vertex\VertexInterface

setTo() публичный Метод

Set the destination coordinate.
public setTo ( League\Geotools\Coordinate\CoordinateInterface $to ) : League\Geotools\Vertex\VertexInterface
$to League\Geotools\Coordinate\CoordinateInterface The destination coordinate.
Результат League\Geotools\Vertex\VertexInterface