MySQL 5.1 リファレンスマニュアル :: 16 Spatial Extensions :: 16.7 MySQL Conformance and Compatibility
« 16.6.2 Using a Spatial Index

17 ストアドプロシージャとファンクション »
Section Navigation      [Toggle]
  • 16 Spatial Extensions
  • 16.1 Introduction to MySQL Spatial Support
  • 16.2 The OpenGIS Geometry Model
  • 16.3 Supported Spatial Data Formats
  • 16.4 Creating a Spatially Enabled MySQL Database
  • 16.5 Analyzing Spatial Information
  • 16.6 Optimizing Spatial Analysis
  • 16.7 MySQL Conformance and Compatibility

16.7. MySQL Conformance and Compatibility

MySQL does not yet implement the following GIS features:

  • Additional Metadata Views

    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.

  • The OpenGIS function Length() on LineString and MultiLineString currently should be called in MySQL as GLength()

    The problem is that there is an existing SQL function Length() that calculates the length of string values, and sometimes it is 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.

Copyright © 1997, 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices
Top / Previous / Next / Up / Table of Contents
© 2010, Oracle Corporation and/or its affiliates