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