|
|||||||||||
前 次 | フレームあり フレームなし |
psvGeometry を使用しているパッケージ | |
jp.co.melco.preserv.spatial | 空間データモデルの各種機能を提供しています。 |
jp.co.melco.preserv.spatial.common | 空間データモデルのクライアント・サーバ共通クラスを提供しています。 |
jp.co.melco.preserv.spatial.geometry | 空間データモデルの幾何構造モデルクラスを提供しています。 |
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 での psvGeometry の使用 |
psvGeometry を返す jp.co.melco.preserv.spatial のメソッド | |
psvGeometry |
psvFeature.getGeometry()
空間属性を取得します。 |
psvGeometry 型のパラメータを持つ jp.co.melco.preserv.spatial のメソッド | |
boolean |
psvTopologyNodeFeature.setGeometry(psvGeometry geometry)
空間属性を設定します。 |
boolean |
psvTopologyEdgeFeature.setGeometry(psvGeometry geometry)
空間属性を設定します。 |
boolean |
psvFeature.setGeometry(psvGeometry geometry)
空間属性を設定します。 |
jp.co.melco.preserv.spatial.common での psvGeometry の使用 |
psvGeometry を返す jp.co.melco.preserv.spatial.common のメソッド | |
psvGeometry |
FeatureStandardConvert2D.convert_BinarytoGM(byte[] binary_gm)
バイナリ化された空間属性を復元します。 |
psvGeometry |
FeatureStandardConvert.convert_BinarytoGM(byte[] binary_gm)
バイナリ化された空間属性を復元します。 |
psvGeometry |
FeatureGeometryConvert.convert_BinarytoGM(byte[] binary_gm)
バイナリ化された空間属性を復元します。 |
psvGeometry 型のパラメータを持つ jp.co.melco.preserv.spatial.common のメソッド | |
byte[] |
FeatureStandardConvert2D.convert_GMtoBinary(psvGeometry geometry)
空間属性のバイナリ化を行ないます。 |
byte[] |
FeatureStandardConvert.convert_GMtoBinary(psvGeometry geometry)
空間属性のバイナリ化を行ないます。 |
byte[] |
FeatureGeometryConvert.convert_GMtoBinary(psvGeometry geometry)
空間属性のバイナリ化を行ないます。 |
jp.co.melco.preserv.spatial.geometry での psvGeometry の使用 |
jp.co.melco.preserv.spatial.geometry での psvGeometry のサブクラス | |
class |
psvGMAggregate
幾何集約を表す具象クラスです。 |
(パッケージプライベート) class |
jp.co.melco.preserv.spatial.geometry.psvGMBoundary
境界を表す抽象クラスです。 |
class |
psvGMComplex
複数の幾何プリミティブを保持する幾何複体の基底となる抽象クラスです。 |
(パッケージプライベート) class |
jp.co.melco.preserv.spatial.geometry.psvGMCompositeCurve
有向曲線の合成体を表す具象クラスです。 |
class |
psvGMCurve
曲線を表す具象クラスです。 |
class |
psvGMObject
空間データモデルにおける幾何オブジェクトの基底クラスです。 |
class |
psvGMOrientableCurve
方向性 及び 曲線からなる幾何プリミティブクラスです。 |
class |
psvGMOrientablePrimitive
有向幾何プリミティブの基底となる抽象クラスです。 |
(パッケージプライベート) class |
jp.co.melco.preserv.spatial.geometry.psvGMOrientableSurface
有向曲面を表す抽象クラスです。 |
class |
psvGMPoint
点を表す具象クラスです。 |
class |
psvGMPrimitive
幾何プリミティブの基底となる抽象クラスです。 |
(パッケージプライベート) class |
jp.co.melco.preserv.spatial.geometry.psvGMPrimitiveBoundary
幾何プリミティブの境界を表す具象クラスです。 |
class |
psvGMRing
輪型を表す具象クラスです。 |
class |
psvGMSurface
曲面を表す具象クラスです。 |
class |
psvGMSurfaceBoundary
曲面の境界を表す具象クラスです。 |
class |
psvSpatialGeometry
タイトル: 幾何基盤クラス 説明: 幾何基盤クラスです。 |
jp.co.melco.preserv.spatial.server での psvGeometry の使用 |
psvGeometry を返す jp.co.melco.preserv.spatial.server のメソッド | |
psvGeometry |
FeatureGeometryConvert.convert_BinarytoGM(byte[] binary_gm)
推奨されていません。 バイナリ化された空間属性を復元します。 |
psvGeometry 型のパラメータを持つ jp.co.melco.preserv.spatial.server のメソッド | |
byte[] |
FeatureGeometryConvert.convert_GMtoBinary(psvGeometry geometry)
推奨されていません。 空間属性のバイナリ化を行ないます。 |
jp.co.melco.preserv.spatial.server.ejb での psvGeometry の使用 |
psvGeometry を返す jp.co.melco.preserv.spatial.server.ejb のメソッド | |
static psvGeometry |
FeatureFunction.ByteToGm(byte[] gm_byte,
FeatureGeometryConvert conv)
空間属性バイナリを空間属性オブジェクトに変換します。 |
psvGeometry 型のパラメータを持つ jp.co.melco.preserv.spatial.server.ejb のメソッド | |
static double |
FeatureLibUtil.get_distance(psvGeometry geometry)
線分(GM_LineString)の長さを取得します。 |
static byte[] |
FeatureFunction.GmToByte(psvGeometry geometry,
FeatureGeometryConvert conv)
空間属性オブジェクトを空間属性バイナリに変換します。 |
static double |
FeatureFunction.get_distance(psvGeometry geometry)
線分(GM_LineString)の長さを取得します。 |
static byte[] |
FeatureBinaryConverter.analyzeAttrBinary(psvGeometry geometry)
空間属性をバイナリ化します。 |
jp.co.melco.preserv.spatial.server.next での psvGeometry の使用 |
psvGeometry を返す jp.co.melco.preserv.spatial.server.next のメソッド | |
static psvGeometry |
FeatureCommonUtil.ByteToGm(byte[] gm_byte,
FeatureGeometryConvert conv)
空間属性バイナリを空間属性オブジェクトに変換します。 |
psvGeometry 型のパラメータを持つ jp.co.melco.preserv.spatial.server.next のメソッド | |
static byte[] |
FeatureCommonUtil.GmToByte(psvGeometry geometry,
FeatureGeometryConvert conv)
空間属性オブジェクトを空間属性バイナリに変換します。 |
static double |
FeatureCommonUtil.get_distance(psvGeometry geometry)
線分(GM_LineString)の長さを取得します。 |
|
|||||||||||
前 次 | フレームあり フレームなし |