OpenLayers.Geometryクラス

Geometryは図形情報を定義します。このクラスはベースクラスです、具体的な図形タイプはサブクラスで定義する必要があります。

コンストラクター


OpenLayers.Geometry

Geometryオブジェクトを作成します。

コンストラクター


clone

clone: function()


インスタンスのコピーを作成します。
戻り値
{OpenLayers.Geometry}
getBounds

getBounds: function()


図形の空間範囲を取得します。
戻り値
{OpenLayers.Bounds}
calculateBounds

calculateBounds: function()
図形の空間範囲を再計算します。

                                                                                                          

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License