|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.melco.preserv.spatial.psvPortrayerSortedSet
jp.co.melco.preserv.spatial.catalogue.layer.LayeredPortrayalSortedSet
レイヤ描画用ソートクラス
説明: 地物クラスを使用せず、レイヤごとの描画を行う場合に使用するソートクラスです。
入れ子クラスの概要 |
クラス jp.co.melco.preserv.spatial.psvPortrayerSortedSet から継承した入れ子クラス |
psvPortrayerSortedSet.FeatureComparator, psvPortrayerSortedSet.PortrayerComparator |
フィールドの概要 |
クラス jp.co.melco.preserv.spatial.psvPortrayerSortedSet から継承したフィールド |
portrayerMap, portrayerSet |
コンストラクタの概要 | |
LayeredPortrayalSortedSet(psvPortrayerFillable filler)
コンストラクターです。 |
メソッドの概要 | |
int |
compare(java.lang.Object arg1,
java.lang.Object arg2)
指定された2つの地物を描画優先順に従って順序付けを行います。 |
protected java.util.Comparator |
getFeatureComparator()
地物を地物描画の優先順位に従って順位付けするためのコンパレータを取得します。 |
psvFeaturePortrayer |
getFeaturePortrayerOf(psvFeature feature)
指定された地物を描画するための地物描画オブジェクトを取得します。 |
psvFeaturePortrayer |
getFeaturePortrayerOf(java.lang.String layerName)
指定された地物レイヤを描画するための地物描画オブジェクトを取得します。 |
protected java.util.Map |
getPortrayerMapOf(java.util.Collection portrayers)
指定されたコレクションに含まれる地物描画オブジェクトに対応するテーブルを取得します。 |
クラス jp.co.melco.preserv.spatial.psvPortrayerSortedSet から継承したメソッド |
createSortedSet, getPortrayerComparator, iterator, paramString, sortFeaturesByPortrayalPriority, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース java.util.Comparator から継承したメソッド |
equals |
コンストラクタの詳細 |
public LayeredPortrayalSortedSet(psvPortrayerFillable filler)
filler
- 地物描画オブジェクトメソッドの詳細 |
protected java.util.Map getPortrayerMapOf(java.util.Collection portrayers)
psvPortrayerSortedSet
内の getPortrayerMapOf
portrayers
- 地物描画オブジェクトの一覧
public psvFeaturePortrayer getFeaturePortrayerOf(psvFeature feature)
psvPortrayerSortedSet
内の getFeaturePortrayerOf
feature
- 地物
public psvFeaturePortrayer getFeaturePortrayerOf(java.lang.String layerName)
layerName
- 地物レイヤ名
protected java.util.Comparator getFeatureComparator()
psvPortrayerSortedSet
内の getFeatureComparator
public int compare(java.lang.Object arg1, java.lang.Object arg2)
java.util.Comparator
内の compare
arg1
- 比較元の地物arg2
- 比較対象の地物
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |