com.supermap.data
类 GeoRegionParametric
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.Geometry
-
- com.supermap.data.GeometryParametric
-
- com.supermap.data.GeoRegionParametric
-
- 所有已实现的接口:
- IDisposable
public class GeoRegionParametric extends GeometryParametric
参数化面几何对象类。 目前,暂不支持参数化面几何对象的编辑操作。
-
-
构造器概要
构造器 构造器和说明 GeoRegionParametric()
构造一个 GeoRegionParametric 对象。GeoRegionParametric(GeoRegionParametric geoRegion)
根据指定的 GeoRegionParametric 对象构造一个与其完全相同的新对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 GeoRegionParametric
clone()
克隆一个Geometry对象。GeoRegion
convertToRegion()
把当前参数化面对象转换成二维面对象。GeoRegion3D
convertToRegion3D()
把当前参数化面对象转换成三维面对象。void
dispose()
回收此对象double
getArea()
返回面积double
getPerimeter()
返回总周长-
从类继承的方法 com.supermap.data.Geometry
addCustomGeometryCreatedListener, fromXML, getBounds, getID, getInnerPoint, getStyle, getType, getVariantID, hitTest, isEmpty, mirror, offset, removeCustomGeometryCreatedListener, resize, rotate, setBounds, setID, setStyle, toXML
-
-
-
-
构造器详细资料
-
GeoRegionParametric
public GeoRegionParametric()
构造一个 GeoRegionParametric 对象。
-
GeoRegionParametric
public GeoRegionParametric(GeoRegionParametric geoRegion)
根据指定的 GeoRegionParametric 对象构造一个与其完全相同的新对象。- 参数:
geoRegion
- 指定的 GeoRegionParametric 对象。
-
-
方法详细资料
-
getArea
public double getArea()
返回面积- 返回:
- double
-
getPerimeter
public double getPerimeter()
返回总周长- 返回:
- double
-
clone
public GeoRegionParametric clone()
从类复制的说明:Geometry
克隆一个Geometry对象。
-
dispose
public void dispose()
从类复制的说明:GeometryParametric
回收此对象- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中GeometryParametric
-
convertToRegion3D
public GeoRegion3D convertToRegion3D()
把当前参数化面对象转换成三维面对象。- 返回:
- 返回一个三维面对象(
GeoRegion3D
)。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.