프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$a | float | The semi-major axis | |
$configs | array | Some often used ellipsoids | |
$f | float | The Inverse Flattening (1/f) | |
$name | string |
메소드 | 설명 | |
---|---|---|
__construct ( $name, $a, $f ) | ||
createDefault ( string $name = 'WGS-84' ) : |
||
createFromArray ( $config ) : |
||
getA ( ) : float | ||
getArithmeticMeanRadius ( ) : float | Calculates the arithmetic mean radius | |
getB ( ) : float | Calculation of the semi-minor axis | |
getF ( ) : float | ||
getName ( ) : string |
public static createDefault ( string $name = 'WGS-84' ) : |
||
$name | string | |
리턴 |
public static createFromArray ( $config ) : |
||
$config | ||
리턴 |
public getArithmeticMeanRadius ( ) : float | ||
리턴 | float |