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

java.lang.Object
  拡張jp.co.melco.preserv.spatial.common.FeatureStandardConvert
      拡張jp.co.melco.preserv.spatial.common.FeatureStandardConvert2D
すべての実装インタフェース:
FeatureGeometryConvert
直系の既知のサブクラス:
FeatureStandardConvert2D

public class FeatureStandardConvert2D
extends FeatureStandardConvert

タイトル: 空間属性変換クラス(2次元座標用)

説明: 地物の空間属性をバイナリ化/復元する機能を提供するクラスです。

変換するpsvGeometryは、規定の構造に沿って作成されている必要があります。

著作権: Copyright (c) 2004

会社名: Mitsubishi Electric Corporation

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

フィールドの概要
 
クラス jp.co.melco.preserv.spatial.common.FeatureStandardConvert から継承したフィールド
_dimension, DEFAULT_INTER_PO
 
コンストラクタの概要
FeatureStandardConvert2D()
           
 
メソッドの概要
 psvGeometry convert_BinarytoGM(byte[] binary_gm)
          バイナリ化された空間属性を復元します。
 byte[] convert_GMtoBinary(psvGeometry geometry)
          空間属性のバイナリ化を行ないます。
 
クラス jp.co.melco.preserv.spatial.common.FeatureStandardConvert から継承したメソッド
createPointArray, rest_PointArray
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FeatureStandardConvert2D

public FeatureStandardConvert2D()
メソッドの詳細

convert_GMtoBinary

public byte[] convert_GMtoBinary(psvGeometry geometry)
                          throws java.lang.Exception
空間属性のバイナリ化を行ないます。

定義:
インタフェース FeatureGeometryConvert 内の convert_GMtoBinary
オーバーライド:
クラス FeatureStandardConvert 内の convert_GMtoBinary
パラメータ:
geometry - バイナリ化する空間属性
戻り値:
バイナリ化された空間属性
例外:
java.lang.Exception

convert_BinarytoGM

public psvGeometry convert_BinarytoGM(byte[] binary_gm)
                               throws java.lang.Exception
バイナリ化された空間属性を復元します。

定義:
インタフェース FeatureGeometryConvert 内の convert_BinarytoGM
オーバーライド:
クラス FeatureStandardConvert 内の convert_BinarytoGM
パラメータ:
binary_gm - バイナリ化された空間属性
戻り値:
復元された空間属性
例外:
java.lang.Exception