PHP 인터페이스 League\Geotools\Vertex\VertexInterface

저자: Antoine Corcy ([email protected])
파일 보기 프로젝트 열기: toin0u/geotools

공개 메소드들

메소드 설명
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