类 WindBarb
- java.lang.Object
-
- org.meteoinfo.geometry.shape.Shape
-
- org.meteoinfo.geometry.shape.PointShape
-
- org.meteoinfo.geometry.shape.WindBarb
-
- 所有已实现的接口:
Cloneable
public class WindBarb extends PointShape
- 作者:
- Yaqiang Wang
-
-
字段概要
字段 修饰符和类型 字段 说明 doubleanglefloatsizefloatwindSpeedWindSpeedLinewindSpeesLine
-
构造器概要
构造器 构造器 说明 WindBarb()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
-
-
-
-
字段详细资料
-
size
public float size
-
angle
public double angle
-
windSpeed
public float windSpeed
-
windSpeesLine
public WindSpeedLine windSpeesLine
-
-
方法详细资料
-
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
-
-