jp.co.melco.preserv.spatial.condition
クラス GeometryCondition

java.lang.Object
  拡張jp.co.melco.preserv.spatial.condition.GeometryCondition
すべての実装インタフェース:
FeatureCondition, java.io.Serializable

public class GeometryCondition
extends java.lang.Object
implements FeatureCondition

幾何クラス条件

説明: 地物が持つ幾何クラスがgeometryClassと等しいかの条件です

導入されたバージョン:
6.2
作成者:
PreSerV Development Team
著作権:
Copyright (c) 2006
会社名:
Mitsubishi Electric Corporation
関連項目:
直列化された形式

フィールドの概要
 
インタフェース jp.co.melco.preserv.spatial.condition.FeatureCondition から継承したフィールド
FALSE_CONDITION, TRUE_CONDITION
 
コンストラクタの概要
GeometryCondition(java.lang.Class geometryClass)
          コンストラクタ
 
メソッドの概要
 boolean isSatisfies(psvFeature feature)
          地物が条件を満たすかを返します。
 java.lang.String toString()
          オブジェクトの文字列表現を返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

GeometryCondition

public GeometryCondition(java.lang.Class geometryClass)
コンストラクタ

パラメータ:
geometryClass - 幾何クラス
メソッドの詳細

isSatisfies

public boolean isSatisfies(psvFeature feature)
インタフェース FeatureCondition の記述:
地物が条件を満たすかを返します。

定義:
インタフェース FeatureCondition 内の isSatisfies
パラメータ:
feature - 地物
戻り値:
条件を満たす場合true

toString

public java.lang.String toString()
オブジェクトの文字列表現を返します。

戻り値:
このオブジェクトの文字列表現
関連項目:
Object.toString()