Свойство | Type | Description | |
---|---|---|---|
$a | float | The semi-major axis | |
$configs | array | Some often used ellipsoids | |
$f | float | The Inverse Flattening (1/f) | |
$name | string |
Méthode | Description | |
---|---|---|
__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 | |
Résultat |
public static createFromArray ( $config ) : |
||
$config | ||
Résultat |
public getArithmeticMeanRadius ( ) : float | ||
Résultat | float |
protected static array $configs | ||
Résultat | array |