League\Geotools\Convert\Convert::__construct PHP 메소드

__construct() 공개 메소드

Set the coordinate to convert.
public __construct ( League\Geotools\Coordinate\CoordinateInterface $coordinates )
$coordinates League\Geotools\Coordinate\CoordinateInterface The coordinate to convert.
    public function __construct(CoordinateInterface $coordinates)
    {
        $this->coordinates = $coordinates;
    }