/[thuban]/trunk/thuban/Thuban/Model/layer.py
ViewVC logotype

Diff of /trunk/thuban/Thuban/Model/layer.py

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

revision 2339 by silke, Fri Aug 20 16:59:21 2004 UTC revision 2343 by bernhard, Mon Sep 20 08:13:32 2004 UTC
# Line 55  class BaseLayer(TitledObject, Modifiable Line 55  class BaseLayer(TitledObject, Modifiable
55          self.issue(LAYER_VISIBILITY_CHANGED, self)          self.issue(LAYER_VISIBILITY_CHANGED, self)
56    
57      def HasClassification(self):      def HasClassification(self):
58          """Determine if this layer support classifications."""          """Determine if this layer supports classifications."""
59          return False          return False
60    
61      def HasShapes(self):      def HasShapes(self):
# Line 67  class BaseLayer(TitledObject, Modifiable Line 67  class BaseLayer(TitledObject, Modifiable
67          return self.projection          return self.projection
68    
69      def SetProjection(self, projection):      def SetProjection(self, projection):
70          """Set the layer's projection"""          """Set the layer's projection."""
71          self.projection = projection          self.projection = projection
72          self.changed(LAYER_PROJECTION_CHANGED, self)          self.changed(LAYER_PROJECTION_CHANGED, self)
73    

Legend:
Removed from v.2339  
changed lines
  Added in v.2343

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26