League\Geotools\Vertex\VertexInterface::setFrom PHP 메소드

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
    public function setFrom(CoordinateInterface $from);