Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DKML.php92 if (array_key_exists($nodeName, geoPHP::getGeometryList())) {
93 $function = 'parse' . geoPHP::getGeometryList()[$nodeName];
110 if (array_key_exists($nodeName, geoPHP::getGeometryList())) {
111 $function = 'parse' . geoPHP::getGeometryList()[$nodeName];
200 $geometryTypes = geoPHP::getGeometryList();
DWKT.php34 foreach (geoPHP::getGeometryList() as $geom => $type) {
/plugin/geophp/vendor/funiq/geophp/src/
DgeoPHP.php75 public static function getGeometryList() function in geoPHP\\geoPHP