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