18 |
|
|
19 |
import array |
import array |
20 |
|
|
21 |
|
import traceback |
22 |
|
|
23 |
from Thuban import _ |
from Thuban import _ |
24 |
|
|
25 |
from wxPython.wx import wxPoint, wxRect, wxPen, wxBrush, wxFont, \ |
from wxPython.wx import wxPoint, wxRect, wxPen, wxBrush, wxFont, \ |
117 |
|
|
118 |
def projected_raster_layer(self, layer, srcProj, dstProj, extents, |
def projected_raster_layer(self, layer, srcProj, dstProj, extents, |
119 |
resolution, dimensions, options): |
resolution, dimensions, options): |
120 |
|
"""Returns a raster layer image in projected space |
121 |
|
|
122 |
|
Based on a given filename. This method must be implemented in |
123 |
|
classes derived from BaseRenderer. |
124 |
|
""" |
125 |
|
|
126 |
ret = None |
ret = None |
127 |
|
|