Total Complexity | 5 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | abstract class Geographic extends CoordinateReferenceSystem |
||
16 | { |
||
17 | 5743 | public static function fromSRID(string $srid): Geographic2D|Geographic3D |
|
28 | } |
||
29 | |||
30 | 9 | /** |
|
31 | * @return array<string, string> |
||
32 | 9 | */ |
|
33 | public static function getSupportedSRIDs(): array |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @return array<string, array{name: string, extent_description: string, help: string}> |
||
40 | */ |
||
41 | public static function getSupportedSRIDsWithHelp(): array |
||
46 |