public function Geometry::asBinary in geoPHP 7
Same name and namespace in other branches
- 8 geoPHP/lib/geometry/Geometry.class.php \Geometry::asBinary()
File
- geoPHP/
lib/ geometry/ Geometry.class.php, line 136
Class
- Geometry
- Geometry abstract class
Code
public function asBinary() {
return $this
->out('wkb');
}