You are here

public function Geometry::getGeomType in geoPHP 7

Same name and namespace in other branches
  1. 8 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();
}