Home
last modified time | relevance | path

Searched refs:GeoHash (Results 1 – 6 of 6) sorted by relevance

/plugin/structgeohash/
H A Dplugin.info.txt6 desc New struct type: GeoHash
/plugin/structgeohash/types/
H A DGeoHash.php14 class GeoHash extends AbstractBaseType { class
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php12 use geoPHP\Adapter\GeoHash; alias
55 'geohash' => 'GeoHash',
426 preg_match('/[' . GeoHash::$characterTable . ']+/', $string, $matches);
/plugin/geophp/
H A Ddeleted.files6 geoPHP/lib/adapters/GeoHash.class.php
/plugin/spatialhelper/helper/
H A Dsearch.php21 use geoPHP\Adapter\GeoHash;
18 use geoPHP\Adapter\GeoHash; global() alias
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php11 * PHP Geometry GeoHash encoder/decoder.
17 class GeoHash implements GeoAdapter class
81 * @param string $hash a GeoHash
84 * @return Point|Polygon the converted GeoHash
113 * @return string the GeoHash or null when the $geometry is not a Point
125 // The GeoHash is the smallest hash grid ID that fits the envelope
153 * @return string The GeoHash
217 * @param string $hash a GeoHash