TippingCanoe\Imager\Processing\Crop::setSection PHP 메소드

setSection() 공개 메소드

public setSection ( string $section )
$section string
    public function setSection($section)
    {
        $this->section = $section;
        throw new \Exception('Not yet implemented!');
    }