jp.co.melco.preserv.spatial.search
クラス psvAbstractFeatureSelect

java.lang.Object
  拡張jp.co.melco.preserv.psvSelect
      拡張jp.co.melco.preserv.spatial.search.psvAbstractFeatureSelect
すべての実装インタフェース:
java.io.Serializable
直系の既知のサブクラス:
psvFeatureAttributeSelect, psvFeatureGeometrySelect

public abstract class psvAbstractFeatureSelect
extends jp.co.melco.preserv.psvSelect

タイトル: 地物検索抽象クラス

説明: 地物検索用抽象クラスです。

著作権: Copyright (c) 2006

会社名: Mitsubishi Electric Corporation

導入されたバージョン:
6.0
作成者:
PreSerV Development Team
関連項目:
直列化された形式

フィールドの概要
 
クラス jp.co.melco.preserv.psvSelect から継承したフィールド
_next
 
コンストラクタの概要
psvAbstractFeatureSelect()
          コンストラクタです。
psvAbstractFeatureSelect(jp.co.melco.preserv.psvSelect args)
          コンストラクタです。
 
メソッドの概要
abstract  boolean isSatisfiesFeature(psvFeature feature)
          本クラスが表す条件を満たす地物かどうかを返します。
 boolean judge(jp.co.melco.preserv.psvShape any_p)
          入力されたShapeが地物であるかの判定をします。
 
クラス jp.co.melco.preserv.psvSelect から継承したメソッド
getNext, overlap, overlap2, pickp
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

psvAbstractFeatureSelect

public psvAbstractFeatureSelect()
コンストラクタです。


psvAbstractFeatureSelect

public psvAbstractFeatureSelect(jp.co.melco.preserv.psvSelect args)
コンストラクタです。

パラメータ:
args - 複合検索条件
メソッドの詳細

judge

public boolean judge(jp.co.melco.preserv.psvShape any_p)
入力されたShapeが地物であるかの判定をします。

パラメータ:
any_p - エニーマップです。
戻り値:
true:地物 false:地物以外
関連項目:
psvSelect.judge(jp.co.melco.preserv.psvShape)

isSatisfiesFeature

public abstract boolean isSatisfiesFeature(psvFeature feature)
本クラスが表す条件を満たす地物かどうかを返します。

パラメータ:
feature - 条件判定対象の地物
戻り値:
true:条件を満たす false:条件を満たさない