インタフェース
jp.co.melco.preserv.spatial.common.FeatureGeometryConvert の使用

FeatureGeometryConvert を使用しているパッケージ
jp.co.melco.preserv.spatial 空間データモデルの各種機能を提供しています。  
jp.co.melco.preserv.spatial.common 空間データモデルのクライアント・サーバ共通クラスを提供しています。  
jp.co.melco.preserv.spatial.server 空間データモデルの通信クラスを提供しています。  
jp.co.melco.preserv.spatial.server.ejb 空間データモデルの通信EJBクラスを提供しています。  
jp.co.melco.preserv.spatial.server.next 空間データモデルの新テーブル構成に従った共通モジュールを提供しています。  
 

jp.co.melco.preserv.spatial での FeatureGeometryConvert の使用
 

FeatureGeometryConvert を返す jp.co.melco.preserv.spatial のメソッド
protected  FeatureGeometryConvert psvFeature.getConverter(java.lang.String geometryConvertClassName)
          幾何変換クラス名称を、convertClassCacheMapから取得します。
 

jp.co.melco.preserv.spatial.common での FeatureGeometryConvert の使用
 

FeatureGeometryConvert を実装している jp.co.melco.preserv.spatial.common のクラス
 class FeatureStandardConvert
           タイトル: 空間属性変換クラス 説明: 地物の空間属性をバイナリ化/復元する機能を提供するクラスです。
 class FeatureStandardConvert2D
           タイトル: 空間属性変換クラス(2次元座標用) 説明: 地物の空間属性をバイナリ化/復元する機能を提供するクラスです。
 

jp.co.melco.preserv.spatial.server での FeatureGeometryConvert の使用
 

jp.co.melco.preserv.spatial.server での FeatureGeometryConvert のサブインタフェース
 interface FeatureGeometryConvert
          推奨されていません。 次版Z以降は未サポートとなります。
 

jp.co.melco.preserv.spatial.server.ejb での FeatureGeometryConvert の使用
 

FeatureGeometryConvert 型のパラメータを持つ jp.co.melco.preserv.spatial.server.ejb のメソッド
static byte[] FeatureFunction.GmToByte(psvGeometry geometry, FeatureGeometryConvert conv)
          空間属性オブジェクトを空間属性バイナリに変換します。
static psvGeometry FeatureFunction.ByteToGm(byte[] gm_byte, FeatureGeometryConvert conv)
          空間属性バイナリを空間属性オブジェクトに変換します。
 

jp.co.melco.preserv.spatial.server.next での FeatureGeometryConvert の使用
 

FeatureGeometryConvert 型のパラメータを持つ jp.co.melco.preserv.spatial.server.next のメソッド
static byte[] FeatureCommonUtil.GmToByte(psvGeometry geometry, FeatureGeometryConvert conv)
          空間属性オブジェクトを空間属性バイナリに変換します。
static psvGeometry FeatureCommonUtil.ByteToGm(byte[] gm_byte, FeatureGeometryConvert conv)
          空間属性バイナリを空間属性オブジェクトに変換します。