/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/renderer.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/renderer.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2587 by jonathan, Wed Mar 23 15:30:27 2005 UTC revision 2602 by joey, Mon Apr 25 15:01:48 2005 UTC
# Line 18  import cStringIO Line 18  import cStringIO
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, \
# Line 115  class MapRenderer(BaseRenderer): Line 117  class MapRenderer(BaseRenderer):
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    

Legend:
Removed from v.2587  
changed lines
  Added in v.2602

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26