OpenLayers.Layer.KaMapクラス

下記のクラスから継承


プロパティ


isBaseLayer

{Boolean} KaMapレイヤは常にベースマップです。

units

{String} 地図座標の単位。

resolution

{Float}

定数


DEFAULT_PARAMS

{Object} ディフォルトのパラメータです。

コンストラクター


OpenLayers.Layer.KaMap

KaMapレイヤを新規作成します。
パラメータ

  • name {String}
  • url {Array(String) or String}
  • params {Object} 
  • options {Object} {Object} レイヤ付加のオプションです。

メソッド


clone

clone: function ( obj )


このレイヤのコピーを作成します。
パラメータ
  • obj {Object}

戻り値
{OpenLayers.Layer.KaMap} レイヤのコピー

getTileBounds

getTileBounds: function( viewPortPx )


ピクセル位置を渡して、そのタイルの境界を返します。
パラメータ
  • viewPortPx {OpenLayers.Pixel} ビューポートピクセルロケーション。

戻り値
{OpenLayers.Bounds} ビューポートピクセルロケーションでのタイルの境界を返します。

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