クラス
jp.co.melco.preserv.spatial.geometry.psvGMPrimitive の使用

psvGMPrimitive を使用しているパッケージ
jp.co.melco.preserv.spatial.geometry 空間データモデルの幾何構造モデルクラスを提供しています。  
 

jp.co.melco.preserv.spatial.geometry での psvGMPrimitive の使用
 

jp.co.melco.preserv.spatial.geometry での psvGMPrimitive のサブクラス
(パッケージプライベート)  class jp.co.melco.preserv.spatial.geometry.psvGMCompositeCurve
          有向曲線の合成体を表す具象クラスです。
 class psvGMCurve
          曲線を表す具象クラスです。
 class psvGMOrientableCurve
          方向性 及び 曲線からなる幾何プリミティブクラスです。
 class psvGMOrientablePrimitive
          有向幾何プリミティブの基底となる抽象クラスです。
(パッケージプライベート)  class jp.co.melco.preserv.spatial.geometry.psvGMOrientableSurface
          有向曲面を表す抽象クラスです。
 class psvGMPoint
          点を表す具象クラスです。
 class psvGMRing
          輪型を表す具象クラスです。
 class psvGMSurface
          曲面を表す具象クラスです。
 

psvGMPrimitive を返す jp.co.melco.preserv.spatial.geometry のメソッド
 psvGMPrimitive psvGMOrientablePrimitive.getPrimitive()
          幾何プリミティブを取得します。
 psvGMPrimitive[] psvGMComplex.getElement()
          幾何プリミティブを取得します。
 

psvGMPrimitive 型のパラメータを持つ jp.co.melco.preserv.spatial.geometry のメソッド
 void psvGMOrientablePrimitive.setPrimitive(psvGMPrimitive primitive)
          幾何プリミティブを設定します。
 void psvGMOrientableCurve.setPrimitive(psvGMPrimitive primitive)
           
 void psvGMComplex.setElement(psvGMPrimitive[] element)
          幾何プリミティブを設定します。