Home
last modified time | relevance | path

Searched refs:geosInstalled (Results 1 – 3 of 3) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/
DgeoPHP.php138 public static function geosInstalled($force = null) function in geoPHP\\geoPHP
140 static $geosInstalled = null;
142 $geosInstalled = $force;
145 $geosInstalled = false;
147 if ($geosInstalled !== null) {
148 return $geosInstalled;
150 $geosInstalled = class_exists('GEOSGeometry', false);
152 return $geosInstalled;
163 if (!geoPHP::geosInstalled()) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DWKT.php63 if (geoPHP::geosInstalled()) {
274 if (geoPHP::geosInstalled()) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DGeometry.php502 if ($this->geos && geoPHP::geosInstalled()) {
506 if (geoPHP::geosInstalled()) {