League\Geotools\Coordinate\Ellipsoid::getA PHP Method

getA() public method

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