Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DWKT.php32 public static function isWktType($typeString) function in geoPHP\\Adapter\\WKT
98 $geometryType = $this->isWktType($m['type']);
/plugin/geophp/vendor/funiq/geophp/src/
DgeoPHP.php396 if (Adapter\WKT::isWktType(strstr($input, ' ', true))) {