MySQL 5.1 リファレンスマニュアル :: 16 Spatial Extensions :: 16.3 Supported Spatial Data Formats
« 16.2.13 Class MultiPolygon

16.3.1 Well-Known Text (WKT) Format »
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.3.1 Well-Known Text (WKT) Format
    • 16.3.2 Well-Known Binary (WKB) Format
  • 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.3. Supported Spatial Data Formats

[+/-]

16.3.1. Well-Known Text (WKT) Format
16.3.2. Well-Known Binary (WKB) Format

This section describes the standard spatial data formats that are used to represent geometry objects in queries. They are:

  • Well-Known Text (WKT) format

  • Well-Known Binary (WKB) format

Internally, MySQL stores geometry values in a format that is not identical to either WKT or WKB format.

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