Changes between Version 9 and Version 10 of ClassGeospatial_data


Ignore:
Timestamp:
Mar 2, 2009, 11:17:05 AM (15 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClassGeospatial_data

    v9 v10  
    1212== Class Attributes ==
    1313
    14 || '''geo_reference''' || ||
    15 || '''file_name''' || ||
    16 || '''max_read_lines''' ||  ||
    17 || '''data_points''' || ||
    18 || '''attributes''' || Dictionary ||
    19 || '''default_attribute_name''' || ||
    20 || '''verbose''' || ||
    21 || '''blocking_georef''' || ||
    22 || '''blocking_keys''' || ||
    23 || '''number_of_points''' || ||
    24 || '''fid''' || ||
    25 || '''start_row''' || ||
    26 || '''last_row''' || ||
    27 || '''show_verbose''' || ||
    28 || '''verbose_block_size''' || ||
    29 || '''block_number''' || ||
    30 || '''number_of_blocks''' || ||
    31 || '''header''' || ||
    32 || '''file_pointer''' || ||
     14|| '''data_points''' || The points data in the object. ||
     15|| '''geo_reference''' || Current origin the points data is relative to. ||
     16|| '''attributes''' || Dictionary of key:values attributes for the point data. Each ''''values'' is a list/array of attributes values of the same dimensionality as the point data.||
     17|| '''file_name''' || Name of .pts or .txt file that the points data was read from or is being read from (blocking). ||
     18|| '''max_read_lines''' || Maximum number of text lines that are read each step during blocking reads. ||
     19|| '''default_attribute_name''' || The name of the default attribute if attribute name not specified. ||
     20|| '''verbose''' || True if instance methods are to be verbose. ||
     21|| '''blocking_georef''' || ?? ||
     22|| '''blocking_keys''' || ?? ||
     23|| '''number_of_points''' || ?? ||
     24|| '''fid''' || ?? ||
     25|| '''start_row''' || ?? ||
     26|| '''last_row''' || ?? ||
     27|| '''show_verbose''' || ?? ||
     28|| '''verbose_block_size''' || ?? ||
     29|| '''block_number''' || ?? ||
     30|| '''number_of_blocks''' || ?? ||
     31|| '''header''' || ?? ||
     32|| '''file_pointer''' || ?? ||
    3333
    3434== Class Methods ==