Copied!

TenTen class

  • see http://blog.jgc.org/2006/07/simple-code-for-entering-latitude-and.html
  • see http://blog.jgc.org/2010/06/1010-code.html
  • author Antoine Corcy
CloneableInstantiable
Constants
public League\Geotools\Geohash\TenTen::BASE = 29
 

The alphabet base.

  • var int
Methods
public encode(League\Geotools\Coordinate\CoordinateInterface $coordinate)
 

Encode the coordinate via the 10:10 algorithm.

  • param \CoordinateInterface $coordinate The coordinate to encode.
  • return string
Properties
private $alphabet = 'ABCDEFGHJKMNPQRVWXY0123456789'
 

The used alphabet.

  • var string
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration