League\Geotools\Coordinate\Ellipsoid::getA PHP 메소드

getA() 공개 메소드

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