/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/data.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/Model/data.py

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

revision 1563 by bh, Thu Aug 7 17:32:20 2003 UTC revision 1564 by bh, Thu Aug 7 19:19:56 2003 UTC
# Line 265  class DerivedShapeStore: Line 265  class DerivedShapeStore:
265          """          """
266          return self.shapestore.ShapeType()          return self.shapestore.ShapeType()
267    
268        def RawShapeFormat(self):
269            """Return the raw data format of the shapes.
270    
271            This method is simply delegated to the shapestore the
272            DerivedShapeStore was instantiated with.
273            """
274            return self.shapestore.RawShapeFormat()
275    
276      def NumShapes(self):      def NumShapes(self):
277          """Return the number of shapes in the shapestore."""          """Return the number of shapes in the shapestore."""
278          return self.shapestore.NumShapes()          return self.shapestore.NumShapes()

Legend:
Removed from v.1563  
changed lines
  Added in v.1564

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26