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

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

public class LayeredCondition
extends java.lang.Object
implements FeatureCondition, Layered

地物レイヤ別条件

説明: 地物レイヤ条件クラスです。
設定されたレイヤ名と、地物レイヤ条件が等しいかを返します。

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

フィールドの概要
 
インタフェース jp.co.melco.preserv.spatial.condition.FeatureCondition から継承したフィールド
FALSE_CONDITION, TRUE_CONDITION
 
コンストラクタの概要
LayeredCondition(java.lang.String layerName)
          コンストラクタです。
LayeredCondition(java.lang.String[] layerNames)
          コンストラクタです。
 
メソッドの概要
 java.lang.String[] getLayerNames()
          描画対象レイヤ名を返します。
 boolean isAdaptableLayer(java.lang.String layerName)
          layerNameで指定したレイヤ名が適用可能かを返します。
 boolean isSatisfies(psvFeature feature)
          地物が条件を満たすかを返します。
 void setLayerNames(java.lang.String[] layerNames)
          描画対象レイヤ名を設定します。
 java.lang.String toString()
          オブジェクトの文字列表現を返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

LayeredCondition

public LayeredCondition(java.lang.String layerName)
コンストラクタです。

パラメータ:
layerName - 描画対象レイヤ名

LayeredCondition

public LayeredCondition(java.lang.String[] layerNames)
コンストラクタです。

パラメータ:
layerNames - 描画対象レイヤ名
メソッドの詳細

getLayerNames

public java.lang.String[] getLayerNames()
描画対象レイヤ名を返します。

定義:
インタフェース Layered 内の getLayerNames
戻り値:
描画対象レイヤ名

setLayerNames

public void setLayerNames(java.lang.String[] layerNames)
描画対象レイヤ名を設定します。

パラメータ:
layerNames - 描画対象レイヤ名

isSatisfies

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

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

isAdaptableLayer

public boolean isAdaptableLayer(java.lang.String layerName)
インタフェース Layered の記述:
layerNameで指定したレイヤ名が適用可能かを返します。

定義:
インタフェース Layered 内の isAdaptableLayer
パラメータ:
layerName - レイヤ名
戻り値:
true:適用可能 false:適用不可

toString

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

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