Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function patchN($n)
 {
     if ($this->proxyGeometry === null) {
         $this->load();
     }
     return $this->proxyGeometry->patchN($n);
 }