1 | <?php |
||
16 | abstract class AbstractGeoTIFFProvider extends AbstractFileProvider |
||
17 | { |
||
18 | /** |
||
19 | * @param string $filename |
||
20 | * @throws \RuntimeException |
||
21 | */ |
||
22 | 6 | protected function openResource($filename) |
|
29 | |||
30 | /** |
||
31 | * @param int $row |
||
32 | * @param int $col |
||
33 | * @return int|bool |
||
34 | */ |
||
35 | 6 | protected function getElevationFor($row, $col) |
|
39 | } |
||
40 |