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