![]() |
|
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| 11.7.1 GIS Features That Are Not Yet Implemented |
OpenGIS specifications propose several additional metadata views.
For example, a system view named GEOMETRY_COLUMNS contains a
description of geometry columns, one row for each geometry column
in the database.
OpenGIS assumes that columns can be added or dropped using special
AddGeometryColumn() and DropGeometryColumn()
functions. In MySQL, this is done using the ALTER TABLE,
CREATE INDEX, and DROP INDEX statements instead.
Length() and Area() assume a planar
coordinate system.
Length() on LineString and MultiLineString currently should be called in MySQL as GLength()The problem is that it conflicts with the existing SQL function
Length() that calculates the length of string values,
and sometimes it's not possible to distinguish whether the function is
called in a textual or spatial context. We need either to solve this
somehow, or decide on another function name.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
Hosting by: Hurra Communications Ltd.
Generated: 2007-01-26 17:58:46