You are here

public function Geometry::asText in geoPHP 8

Same name and namespace in other branches
  1. 7 geoPHP/lib/geometry/Geometry.class.php \Geometry::asText()

File

geoPHP/lib/geometry/Geometry.class.php, line 132

Class

Geometry
Geometry abstract class

Code

public function asText() {
  return $this
    ->out('wkt');
}