jp.co.melco.preserv.spatial.common
クラス FeatureAttributeSelectValue

java.lang.Object
  拡張jp.co.melco.preserv.spatial.common.FeatureSelectValue
      拡張jp.co.melco.preserv.spatial.common.FeatureAttributeSelectValue
すべての実装インタフェース:
FeatureRequestValue

public class FeatureAttributeSelectValue
extends FeatureSelectValue

属性検索選択情報クラスです。

作成者:
PreSerV Development Team

フィールドの概要
 
クラス jp.co.melco.preserv.spatial.common.FeatureSelectValue から継承したフィールド
COMPARISON_EQUAL, COMPARISON_GREATER_THAN, COMPARISON_LESS_THAN, key_get_attribute, key_get_innerkey_list, key_get_relation, key_get_Temporal, REQUEST_ATTRIBUTE, REQUEST_FEATURE, REQUEST_RELATIONSHIP, REQUEST_TERMOFVALIDITY, separator
 
コンストラクタの概要
FeatureAttributeSelectValue()
           
 
メソッドの概要
 java.lang.String getCommand()
          指定された要求を処理するコマンド名称を返します。
 java.lang.String getMethod()
          指定された要求を処理するコマンド名称に対応したメソッド名称を返します。
 void setQueryCount()
          属性検索件数取得を有効にします。
 void setQueryInnerKeys()
          属性検索InnerKey配列取得を有効にします。
 void setQueryInnerKeysMax(int in)
          属性検索InnerKey配列取得を有効にします。
 
クラス jp.co.melco.preserv.spatial.common.FeatureSelectValue から継承したメソッド
getEJB, getParams, getQueryAttributeQuery, getQueryContext, getQueryObject, getQueryServerObject, setFeatureRequestQuery, setQuery_Attribute, setQuery_Date_End, setQuery_Date_Kind, setQuery_Date_Start, setQuery_FeatureID, setQuery_InnerKey, setQuery_Kind, setQuery_Layer, setQuery_Mesh, setQuery_Range, setQuery_TopologyLayer, setQueryAttributeQueries, setQueryContext, setQueryObject, setQueryServerObject, setRequest_Attribute, setRequest_Value
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FeatureAttributeSelectValue

public FeatureAttributeSelectValue()
メソッドの詳細

getCommand

public java.lang.String getCommand()
指定された要求を処理するコマンド名称を返します。

定義:
インタフェース FeatureRequestValue 内の getCommand
オーバーライド:
クラス FeatureSelectValue 内の getCommand
戻り値:
コマンド名称

getMethod

public java.lang.String getMethod()
指定された要求を処理するコマンド名称に対応したメソッド名称を返します。

定義:
インタフェース FeatureRequestValue 内の getMethod
オーバーライド:
クラス FeatureSelectValue 内の getMethod
戻り値:
コマンド名称に対応したメソッド名称

setQueryInnerKeys

public void setQueryInnerKeys()
属性検索InnerKey配列取得を有効にします。


setQueryInnerKeysMax

public void setQueryInnerKeysMax(int in)
属性検索InnerKey配列取得を有効にします。


setQueryCount

public void setQueryCount()
属性検索件数取得を有効にします。