|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.melco.preserv.spatial.common.FeatureStandardConvert
jp.co.melco.preserv.spatial.common.FeatureStandardConvert2D
タイトル: 空間属性変換クラス(2次元座標用)
説明: 地物の空間属性をバイナリ化/復元する機能を提供するクラスです。
変換するpsvGeometryは、規定の構造に沿って作成されている必要があります。
著作権: Copyright (c) 2004
会社名: Mitsubishi Electric Corporation
フィールドの概要 |
クラス 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 |
コンストラクタの詳細 |
public FeatureStandardConvert2D()
メソッドの詳細 |
public byte[] convert_GMtoBinary(psvGeometry geometry) throws java.lang.Exception
FeatureGeometryConvert
内の convert_GMtoBinary
FeatureStandardConvert
内の convert_GMtoBinary
geometry
- バイナリ化する空間属性
java.lang.Exception
public psvGeometry convert_BinarytoGM(byte[] binary_gm) throws java.lang.Exception
FeatureGeometryConvert
内の convert_BinarytoGM
FeatureStandardConvert
内の convert_BinarytoGM
binary_gm
- バイナリ化された空間属性
java.lang.Exception
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |