コード例 #1
0
ファイル: PolyhedralSurfaceProxy.php プロジェクト: brick/geo
 /**
  * {@inheritdoc}
  */
 public function patchN($n)
 {
     if ($this->proxyGeometry === null) {
         $this->load();
     }
     return $this->proxyGeometry->patchN($n);
 }