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

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

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

revision 1918 by bh, Wed Aug 27 13:51:01 2003 UTC revision 1919 by bh, Mon Nov 3 17:33:36 2003 UTC
# Line 219  class DBFTable(TitledObject, OldTableInt Line 219  class DBFTable(TitledObject, OldTableInt
219          The row_is_ordinal is ignored for DBF tables because the row id          The row_is_ordinal is ignored for DBF tables because the row id
220          is always the row number.          is always the row number.
221          """          """
222          return self.dbf.read_record(row)[self.column_map[col].name]          return self.dbf.read_attribute(row, self.column_map[col].index)
223    
224      def ValueRange(self, col):      def ValueRange(self, col):
225          """Return the minimum and maximum values of the values in the column          """Return the minimum and maximum values of the values in the column

Legend:
Removed from v.1918  
changed lines
  Added in v.1919

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26