메소드 |
설명 |
|
destination ( integer $bearing, integer $distance ) : League\Geotools\Coordinate\CoordinateInterface |
Returns the destination point with a given bearing in degrees travelling along a
(shortest distance) great circle arc and a distance in meters. |
|
finalBearing ( ) : float |
Returns the final bearing from the origin coordinate
to the destination coordinate in degrees. |
|
finalCardinal ( ) : string |
Returns the final cardinal point / direction from the origin coordinate to
the destination coordinate. |
|
getFrom ( ) |
{@inheritDoc} |
|
getGradient ( ) |
{@inheritDoc} |
|
getOrdinateIntercept ( ) |
{@inheritDoc} |
|
getOtherCoordinate ( League\Geotools\Coordinate\CoordinateInterface $coordinate ) : null | Coordinate |
Returns the other coordinate who is not the coordinate passed on argument |
|
getPrecision ( ) : integer |
|
|
getTo ( ) |
{@inheritDoc} |
|
initialBearing ( ) : float |
Returns the initial bearing from the origin coordinate
to the destination coordinate in degrees. |
|
initialCardinal ( ) : string |
Returns the initial cardinal point / direction from the origin coordinate to
the destination coordinate. |
|
isOnSameLine ( Vertex $vertex ) : boolean |
Returns true if the vertex passed on argument is on the same line as this object |
|
middle ( ) : League\Geotools\Coordinate\CoordinateInterface |
Returns the half-way point / coordinate along a great circle
path between the origin and the destination coordinates. |
|
setFrom ( League\Geotools\Coordinate\CoordinateInterface $from ) |
{@inheritDoc} |
|
setPrecision ( integer $precision ) |
|
|
setTo ( League\Geotools\Coordinate\CoordinateInterface $to ) |
{@inheritDoc} |
|