You are here

public function Geometry::getGeomType in geoPHP 8

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

File

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

Class

Geometry
Geometry abstract class

Code

public function getGeomType() {
  return $this
    ->geometryType();
}