jp.co.melco.preserv.spatial
クラス psvJPReferencePoint

java.lang.Object
  拡張jp.co.melco.preserv.spatial.psvJPReferencePoint

public class psvJPReferencePoint
extends java.lang.Object

文字列を表示する際に参照する点を定義します。
本オプションでは「左下(lowerLeft)」のみサポートします。
本クラスはJPGIS1.0における描画法のJP_BasisForDisplayクラスに対応します。

導入されたバージョン:
Ver.6.0
作成者:
PreSerV Development Team

フィールドの概要
static psvJPReferencePoint lowerLeft
          左下を表す定数です。
 
コンストラクタの概要
protected psvJPReferencePoint(java.lang.String name)
          指定された識別子を持つpsvJPReferencePointオブジェクトを生成します。
 
メソッドの概要
 java.lang.String getName()
          識別子を取得します。
protected  java.lang.String paramString()
          属性値の文字列表現を取得します。
 java.lang.String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

lowerLeft

public static final psvJPReferencePoint lowerLeft
左下を表す定数です。

コンストラクタの詳細

psvJPReferencePoint

protected psvJPReferencePoint(java.lang.String name)
指定された識別子を持つpsvJPReferencePointオブジェクトを生成します。

パラメータ:
name - 識別子
メソッドの詳細

getName

public java.lang.String getName()
識別子を取得します。

戻り値:
識別子

toString

public java.lang.String toString()

paramString

protected java.lang.String paramString()
属性値の文字列表現を取得します。

戻り値:
文字列表現