public function Geometry::SRID in geoPHP 7
Same name and namespace in other branches
- 8 geoPHP/lib/geometry/Geometry.class.php \Geometry::SRID()
1 call to Geometry::SRID()
- Geometry::getSRID in geoPHP/
lib/ geometry/ Geometry.class.php
File
- geoPHP/
lib/ geometry/ Geometry.class.php, line 48
Class
- Geometry
- Geometry abstract class
Code
public function SRID() {
return $this->srid;
}