메소드 | 설명 | |
---|---|---|
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. |
public getFrom ( ) : League\Geotools\Coordinate\CoordinateInterface | ||
리턴 | League\Geotools\Coordinate\CoordinateInterface |
public getGradient ( ) : integer | ||
리턴 | integer |
public getOrdinateIntercept ( ) : integer | ||
리턴 | integer |
public getTo ( ) : League\Geotools\Coordinate\CoordinateInterface | ||
리턴 | League\Geotools\Coordinate\CoordinateInterface |
public setFrom ( League\Geotools\Coordinate\CoordinateInterface $from ) : League\Geotools\Vertex\VertexInterface | ||
$from | League\Geotools\Coordinate\CoordinateInterface | The origin coordinate. |
리턴 | League\Geotools\Vertex\VertexInterface |
public setTo ( League\Geotools\Coordinate\CoordinateInterface $to ) : League\Geotools\Vertex\VertexInterface | ||
$to | League\Geotools\Coordinate\CoordinateInterface | The destination coordinate. |
리턴 | League\Geotools\Vertex\VertexInterface |