类 WindArrow
- java.lang.Object
-
- org.meteoinfo.geometry.shape.Shape
-
- org.meteoinfo.geometry.shape.PointShape
-
- org.meteoinfo.geometry.shape.WindArrow
-
- 所有已实现的接口:
Cloneable
public class WindArrow extends PointShape
Wind arraw class- 作者:
- Yaqiang
-
-
构造器概要
构造器 构造器 说明 WindArrow()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectclone()CloneShapeTypesgetShapeType()Get shape typeShapeintersection(Shape b)Get intersection shape-
从类继承的方法 org.meteoinfo.geometry.shape.PointShape
getPoint, setPoint, toGeometry
-
从类继承的方法 org.meteoinfo.geometry.shape.Shape
addVertice, buffer, cloneValue, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, equals, factory, geometry2Shape, getExtent, getLegendIndex, getPartNum, getPointNum, getPoints, getValue, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, removeVertice, reverse, setEditing, setExtent, setLegendIndex, setPoints, setSelected, setValue, setVisible, split, symDifference, toGeometry, touches, union, updateExtent, within
-
-
-
-
方法详细资料
-
getShapeType
public ShapeTypes getShapeType()
从类复制的说明:ShapeGet shape type- 覆盖:
getShapeType在类中PointShape- 返回:
- Shape type
-
intersection
public Shape intersection(Shape b)
Get intersection shape- 覆盖:
intersection在类中Shape- 参数:
b- Other shape- 返回:
- Intersection shape
-
clone
public Object clone()
Clone- 覆盖:
clone在类中PointShape- 返回:
- WindArraw object
-
-