ラスタデータで構成される地図情報を扱うクラスです。 DEMデータ(デジタル標高データ)等を扱うことを念頭に入れています。

The MapBase..::..MapCoo type exposes the following members.

Constructors

  NameDescription
Public methodMapBase..::..MapCoo
コンストラクタ 2つの座標を指定すると、大小関係からマップの座標を自動的に決定する。

Methods

  NameDescription
Public methodEquals
このインスタンスと指定したオブジェクトが等しいかどうかを示します。
(Inherited from ValueType.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
このインスタンスのハッシュ コードを返します。
(Inherited from ValueType.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodToString
このインスタンスの完全修飾型名を返します。
(Inherited from ValueType.)

Fields

  NameDescription
Public fieldlowerLeft
左下の座標
Public fieldupperRight
右上の座標

See Also

inserted by FC2 system