jp.co.melco.preserv.spatial.route
クラス RouteCommonKey

java.lang.Object
  拡張jp.co.melco.preserv.spatial.route.RouteCommonKey

public class RouteCommonKey
extends java.lang.Object

タイトル: 共通キー宣言クラス

説明: 空間データモデルオプション内で使用する共通キーを提供します。

著作権: Copyright (c) 2004

会社名: Mitsubishi Electric Corporation

バージョン:
1.0
作成者:
PreSerV Development Team

フィールドの概要
static java.lang.String name_Command_feature
          経路検索のコマンド名称です。
static java.lang.String name_EJB_feature
          経路検索のEJB名称です。
static java.lang.String name_Method_selectroute
          空間データモデルの経路検索用メソッド名称です。
 
コンストラクタの概要
RouteCommonKey()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name_EJB_feature

public static final java.lang.String name_EJB_feature
経路検索のEJB名称です。

関連項目:
定数フィールド値

name_Command_feature

public static final java.lang.String name_Command_feature
経路検索のコマンド名称です。

関連項目:
定数フィールド値

name_Method_selectroute

public static final java.lang.String name_Method_selectroute
空間データモデルの経路検索用メソッド名称です。

関連項目:
定数フィールド値
コンストラクタの詳細

RouteCommonKey

public RouteCommonKey()