jp.co.melco.preserv
クラス psvStandardBinaryLoaderAll

java.lang.Object
  拡張jp.co.melco.preserv.psvStandardBinaryLoaderEx
      拡張jp.co.melco.preserv.psvStandardBinaryLoaderAll
すべての実装インタフェース:
psvMapLoaderIF

public class psvStandardBinaryLoaderAll
extends psvStandardBinaryLoaderEx

Ver.6バイナリ用マップ読み込みクラスです。 図形情報部とユーザ情報部シーケンシャルに読込みます。

導入されたバージョン:
V6.0.0
作成者:
PreSerV Development Team

フィールドの概要
 
クラス jp.co.melco.preserv.psvStandardBinaryLoaderEx から継承したフィールド
_shapeConversion, reuseMap, shapeDefMap
 
コンストラクタの概要
psvStandardBinaryLoaderAll()
          コンストラクタです。
 
メソッドの概要
 java.io.InputStream[] getInputStream(java.lang.Object meshNo, psvTransfer trans, java.util.Map params)
          メッシュ番号、パラメータより入力ストリームを取得します。
 
クラス jp.co.melco.preserv.psvStandardBinaryLoaderEx から継承したメソッド
convert, getMeshFilename, getShapeConvMap, init, setShapeConvMap
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

psvStandardBinaryLoaderAll

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

メソッドの詳細

getInputStream

public java.io.InputStream[] getInputStream(java.lang.Object meshNo,
                                            psvTransfer trans,
                                            java.util.Map params)
インタフェース psvMapLoaderIF の記述:
メッシュ番号、パラメータより入力ストリームを取得します。
主に、パラメータの"map_root"よりファイルの配置場所、メッシュ番号より該当するファイル名を取得し、入力ストリームとして戻します。
該当ファイルが見つからない場合、ストリームが作成できない場合はnullを返します。

定義:
インタフェース psvMapLoaderIF 内の getInputStream
オーバーライド:
クラス psvStandardBinaryLoaderEx 内の getInputStream