示例#1
0
文件: TINProxy.php 项目: brick/geo
 /**
  * {@inheritdoc}
  */
 public function isEmpty()
 {
     if ($this->proxyGeometry === null) {
         $this->load();
     }
     return $this->proxyGeometry->isEmpty();
 }