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

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

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

psvGMPoint を返す jp.co.melco.preserv.spatial.geometry のメソッド
 psvGMPoint psvGMPointRef.getPoint()
          参照先の点を取得します。
static psvGMPoint psvGMObjectBuilder.createPoint(double x, double y)
          x,yに対応したpsvGMPointを作成して返します。
static psvGMPoint psvGMObjectBuilder.createPoint(double x, double y, double z)
          x,y,zに対応したpsvGMPointを作成して返します。
 

psvGMPoint 型のパラメータを持つ jp.co.melco.preserv.spatial.geometry のメソッド
 void psvGMPointRef.setPoint(psvGMPoint point)
          参照先の点を設定します。
 

psvGMPoint 型のパラメータを持つ jp.co.melco.preserv.spatial.geometry のコンストラクタ
psvGMPointRef(psvGMPoint point)
          指定された点を持つ点参照オブジェクトを生成します。