Changes between Version 12 and Version 13 of FDORfc16
- Timestamp:
- 03/22/08 08:42:36 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc16
v12 v13 60 60 61 61 62 == geometry_columns == 63 64 || Column Name || Type || Notes || 65 || f_table_catalog || VARCHAR || blank || 66 || f_table_schema || VARCHAR || blank || 67 || f_table_name || VARCHAR || name of a feature table with a geometry column || 68 || f_geometry_column || VARCHAR || name of a geometry column in the feature table || 69 || COORD_DIMENSION || ? || 2, 3 or 4 || 70 || SRID || ? || shared key with spatial_ref_sys table || 71 || f_geometry_format || VARCHAR || One of "WKT", "WKB", "FGF", ... (should we differentiate between 1.0 and 1.2 geometries?) || 72 62 73 == Implications == 63 74 … … 77 88 * [http://www.gaia-gis.it/spatialite/ SpatialLite] - a spatial extension for SQLite 78 89 * [http://fdo.osgeo.org/files/fdo/docs/FDG_FDODevGuide/files/WSfacf1429558a55de8821c21057fbebc2b-789.htm FGF Binary Specification] 79 * WKB Specification (?)80 * WKT Specification (?)90 * [http://www.opengeospatial.org/standards/sfs OGC Simple Features for SQL] (see 06-104r3) 91