Changes between Version 14 and Version 15 of FDORfc16


Ignore:
Timestamp:
Mar 22, 2008, 10:41:21 AM (16 years ago)
Author:
warmerdam
Comment:

update geometry_columns to match up better with postgis.

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc16

    v14 v15  
    6868|| f_geometry_column || VARCHAR || name of a geometry column in the feature table ||
    6969|| f_geometry_format || VARCHAR || One of "WKT", "WKB", "FGF", ... (should we differentiate between 1.0 and 1.2 geometries?) ||
    70 || coord_dimension || ? || 2, 3 or 4 ||
    71 || srid || ? || shared key with spatial_ref_sys table ||
     70|| coord_dimension || INTEGER || 2, 3 or 4 ||
     71|| srid || INTEGER || shared key with spatial_ref_sys table ||
     72|| type || VARCHAR || geometry class name (eg. "POINT") ||
    7273
    7374== Implications ==