Home
last modified time | relevance | path

Searched refs:getSRID (Results 1 – 4 of 4) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php65 private function getSRID($input) function in geoPHP\\Adapter\\GeoJSON
107 $geometry->setSRID($this->getSRID($obj));
207 $collection->setSRID($this->getSRID($obj));
H A DEWKT.php22 $srid = $geometry->getSRID();
H A DEWKB.php15 $this->SRID = $geometry->getSRID();
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php477 public function getSRID() function in geoPHP\\Geometry\\Geometry