You are here

protected function WKT::getDataString in geoPHP 8

Same name and namespace in other branches
  1. 7 geoPHP/lib/adapters/WKT.class.php \WKT::getDataString()
1 call to WKT::getDataString()
WKT::read in geoPHP/lib/adapters/WKT.class.php
Read WKT string into geometry objects

File

geoPHP/lib/adapters/WKT.class.php, line 165

Class

WKT
WKT (Well Known Text) Adapter

Code

protected function getDataString($wkt, $type) {
  return substr($wkt, strlen($type));
}