MySQL 5.1 リファレンスマニュアル :: 16 Spatial Extensions :: 16.5 Analyzing Spatial Information :: 16.5.2 Geometry Functions
« 16.5.1 Geometry Format Conversion Functions

16.5.2.1 General Geometry Functions »
Section Navigation      [Toggle]
  • 16.5 Analyzing Spatial Information
  • 16.5.1 Geometry Format Conversion Functions
  • 16.5.2 Geometry Functions
    • 16.5.2.1 General Geometry Functions
    • 16.5.2.2 Point Functions
    • 16.5.2.3 LineString Functions
    • 16.5.2.4 MultiLineString Functions
    • 16.5.2.5 Polygon Functions
    • 16.5.2.6 MultiPolygon Functions
    • 16.5.2.7 GeometryCollection Functions
  • 16.5.3 Functions That Create New Geometries from Existing Ones
  • 16.5.4 Functions for Testing Spatial Relations Between Geometric Objects
  • 16.5.5 Relations on Geometry Minimal Bounding Rectangles (MBRs)
  • 16.5.6 Functions That Test Spatial Relationships Between Geometries

16.5.2. Geometry Functions

[+/-]

16.5.2.1. General Geometry Functions
16.5.2.2. Point Functions
16.5.2.3. LineString Functions
16.5.2.4. MultiLineString Functions
16.5.2.5. Polygon Functions
16.5.2.6. MultiPolygon Functions
16.5.2.7. GeometryCollection Functions

Each function that belongs to this group takes a geometry value as its argument and returns some quantitative or qualitative property of the geometry. Some functions restrict their argument type. Such functions return NULL if the argument is of an incorrect geometry type. For example, Area() returns NULL if the object type is neither Polygon nor MultiPolygon.

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