|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.melco.preserv.spatial.psvGeometry
jp.co.melco.preserv.spatial.geometry.psvSpatialGeometry
jp.co.melco.preserv.spatial.geometry.psvGMObject
jp.co.melco.preserv.spatial.geometry.psvGMPrimitive
幾何プリミティブの基底となる抽象クラスです。
地理情報標準の空間スキーマにおける GM_Primitive クラスに対応します。
コンストラクタの概要 | |
psvGMPrimitive()
|
メソッドの概要 | |
psvGMComplex[] |
getComplex()
本オブジェクトを幾何プリミティブに持つ幾何複体を取得します。 |
psvGMOrientablePrimitive[] |
getProxy()
有向幾何プリミティブの一覧(正・負)を取得します。 |
void |
setComplex(psvGMComplex[] complex)
本オブジェクトを幾何プリミティブに持つ幾何複体を設定します。 |
void |
setProxy(psvGMOrientablePrimitive[] proxy)
有向幾何プリミティブの一覧(正・負)を設定します。 |
クラス jp.co.melco.preserv.spatial.geometry.psvGMObject から継承したメソッド |
buffer, centroid, contains, convexHull, coordinateDimension, dimension, distance, envelope, equals, equals, fixed, getAgent, getCrs, intersects, isModified, isSimple, mbRegion, modified, paramString, representativePoint, setCrs, toString, transform, translate |
クラス jp.co.melco.preserv.spatial.geometry.psvSpatialGeometry から継承したメソッド |
getShapeForDraw |
クラス jp.co.melco.preserv.spatial.psvGeometry から継承したメソッド |
wrap |
クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース jp.co.melco.preserv.spatial.geometry.psvTransfiniteSet から継承したメソッド |
contains |
コンストラクタの詳細 |
public psvGMPrimitive()
メソッドの詳細 |
public psvGMOrientablePrimitive[] getProxy()
public void setProxy(psvGMOrientablePrimitive[] proxy)
proxy
- 有向幾何プリミティブの一覧(正・負)public psvGMComplex[] getComplex()
public void setComplex(psvGMComplex[] complex)
complex
- 幾何複体
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |