Systems for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
GeometryCollection
GeometryCollection は単一のジオメトリですが、任意クラスのジオメトリ(1 つ以上)のコレクションとなっています。
GeometryCollection に含まれる要素はすべて、同じ座標系に存在していなければなりません。 GeometryCollection では、他の制限を要素に課していません。ただし、以降で説明する GeometryCollection のサブクラスによってメンバーシップが制限されることがあります。制限は以下に基づきます。
要素タイプ(たとえば MultiPoint には Point 要素のみ含まれる)
MultiPoint
Point
次元
要素間の空間的重なりの度合いに対する制限
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.