Home
last modified time | relevance | path

Searched refs:geosToGeometry (Results 1 – 10 of 10) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DGeometry.php346 return geoPHP::geosToGeometry($this->getGeos()->envelope());
534 return geoPHP::geosToGeometry($this->getGeos()->pointOnSurface());
600 return geoPHP::geosToGeometry($this->getGeos()->buffer($distance));
615 return geoPHP::geosToGeometry($this->getGeos()->intersection($geometry->getGeos()));
629 return geoPHP::geosToGeometry($this->getGeos()->convexHull());
644 return geoPHP::geosToGeometry($this->getGeos()->difference($geometry->getGeos()));
659 return geoPHP::geosToGeometry($this->getGeos()->symDifference($geometry->getGeos()));
681 return geoPHP::geosToGeometry($geom);
684 return geoPHP::geosToGeometry($this->getGeos()->union($geometry->getGeos()));
701 … return geoPHP::geosToGeometry($this->getGeos()->simplify($tolerance, $preserveTopology));
[all …]
DMultiLineString.php40 return geoPHP::geosToGeometry($this->getGeos()->centroid());
DMultiPolygon.php35 return geoPHP::geosToGeometry($this->getGeos()->centroid());
DMultiPoint.php93 return geoPHP::geosToGeometry($this->getGeos()->centroid());
DGeometryCollection.php69 return geoPHP::geosToGeometry($this->getGeos()->centroid());
DCollection.php125 return geoPHP::geosToGeometry($envelope)->getBBox();
DPolygon.php123 return geoPHP::geosToGeometry($this->getGeos()->centroid());
DLineString.php83 return geoPHP::geosToGeometry($this->getGeos()->centroid());
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DWKT.php67 $geom = geoPHP::geosToGeometry($reader->read($wkt));
/plugin/geophp/vendor/funiq/geophp/src/
DgeoPHP.php161 public static function geosToGeometry($geos) function in geoPHP\\geoPHP