League\Geotools\Coordinate\Ellipsoid::getA PHP Méthode

getA() public méthode

Returns the semi-major axis (equatorial radius) in meters.
public getA ( ) : double
Résultat double
    public function getA()
    {
        return (double) $this->a;
    }