Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function asText()
 {
     if (!$this->proxyIsBinary) {
         return $this->proxyData;
     }
     if ($this->proxyGeometry === null) {
         $this->load();
     }
     return $this->proxyGeometry->asText();
 }