Changes between Version 15 and Version 16 of FDORfc16


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

updates to geometry_columns.

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc16

    v15 v16  
    7272|| type || VARCHAR || geometry class name (eg. "POINT") ||
    7373
     74The above definition is related to the SFSQL specification from OGC and closely matches the PostGIS definition (with the addition of the f_geometry_format field).  The suggested definition is:
     75
     76{{{
     77CREATE TABLE geometry_columns (
     78            f_table_catalog VARCHAR,
     79            f_table_schema VARCHAR,
     80            f_table_name VARCHAR,
     81            f_geometry_column VARCHAR,
     82            f_geometry_format VARCHAR,
     83            type VARCHAR,
     84            coord_dimension INTEGER,
     85            srid INTEGER )
     86}}}
     87
    7488== Implications ==
    7589