You are here

abstract public function GeoAdapter::read in geoPHP 8

Same name and namespace in other branches
  1. 7 geoPHP/lib/adapters/GeoAdapter.class.php \GeoAdapter::read()

Read input and return a Geomtry or GeometryCollection

Return value

Geometry|GeometryCollection

8 methods override GeoAdapter::read()
GeoHash::read in geoPHP/lib/adapters/GeoHash.class.php
Convert the geohash to a Point. The point is 2-dimensional.
GeoJSON::read in geoPHP/lib/adapters/GeoJSON.class.php
Given an object or a string, return a Geometry
GeoRSS::read in geoPHP/lib/adapters/GeoRSS.class.php
Read GeoRSS string into geometry objects
GoogleGeocode::read in geoPHP/lib/adapters/GoogleGeocode.class.php
Read an address string or array geometry objects
GPX::read in geoPHP/lib/adapters/GPX.class.php
Read GPX string into geometry objects

... See full list

File

geoPHP/lib/adapters/GeoAdapter.class.php, line 22

Class

GeoAdapter
GeoAdapter : abstract class which represents an adapter for reading and writing to and from Geomtry objects

Code

public abstract function read($input);