예제 #1
0
파일: PolygonProxy.php 프로젝트: brick/geo
 /**
  * {@inheritdoc}
  */
 public function interiorRingN($n)
 {
     if ($this->proxyGeometry === null) {
         $this->load();
     }
     return $this->proxyGeometry->interiorRingN($n);
 }