Home
last modified time | relevance | path

Searched refs:hasDataProperty (Results 1 – 2 of 2) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php317 return $this->hasDataProperty($property) ? $this->data[$property] : null;
328 public function hasDataProperty($property) function in geoPHP\\Geometry\\Geometry
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php471 if ($geometry->hasDataProperty($tagName)) {