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