类 CurvePolygonShape
- java.lang.Object
-
- org.meteoinfo.shape.Shape
-
- org.meteoinfo.shape.PolygonShape
-
- org.meteoinfo.shape.CurvePolygonShape
-
- 所有已实现的接口:
java.lang.Cloneable
public class CurvePolygonShape extends PolygonShape
Curve polygon shape class- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 CurvePolygonShape()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.Objectclone()CloneShapeTypesgetShapeType()Get shape typeCurvePolygonShapevalueClone()Value clone-
从类继承的方法 org.meteoinfo.shape.PolygonShape
addHole, addHole, addVertice, clone_back, cloneValue, difference, getArea, getPartIndex, getPartNum, getParts, getPointNum, getPoints, getPolygons, getSphericalArea, removeHole, removeVerice, reverse, setPartNum, setParts, setPoints, setPoints, setPoints_keep, setPolygons, toGeometry, updatePolygons, updatePolygons_keep
-
从类继承的方法 org.meteoinfo.shape.Shape
buffer, contains, convexHull, coveredBy, covers, crosses, disjoint, equals, geometry2Shape, getExtent, getLegendIndex, getValue, intersection, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, setEditing, setExtent, setLegendIndex, setSelected, setValue, setVisible, split, symDifference, toGeometry, touches, union, within
-
-
-
-
方法详细资料
-
getShapeType
public ShapeTypes getShapeType()
从类复制的说明:ShapeGet shape type- 覆盖:
getShapeType在类中PolygonShape- 返回:
- Shape type
-
clone
public java.lang.Object clone()
Clone- 覆盖:
clone在类中PolygonShape- 返回:
- CurvePolygonShape
-
valueClone
public CurvePolygonShape valueClone()
Value clone- 覆盖:
valueClone在类中PolygonShape- 返回:
- CurvePolygonShape
-
-