Package org.meteoinfo.shape
Class WindArrow
- java.lang.Object
-
- org.meteoinfo.shape.Shape
-
- org.meteoinfo.shape.PointShape
-
- org.meteoinfo.shape.WindArrow
-
public class WindArrow extends PointShape
Wind arraw class
-
-
Field Summary
Fields Modifier and Type Field Description doubleangleAnglefloatlengthLengthfloatsizeSize-
Fields inherited from class org.meteoinfo.shape.PointShape
point
-
-
Constructor Summary
Constructors Constructor Description WindArrow()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()CloneShapeTypesgetShapeType()Get shape type-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class org.meteoinfo.shape.PointShape
clone_back, getPoint, getPoints, setPoint, setPoints, toGeometry
-
Methods inherited from class org.meteoinfo.shape.Shape
addVertice, buffer, cloneValue, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, equals, geometry2Shape, getExtent, getLegendIndex, getValue, intersection, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, removeVerice, reverse, setEditing, setExtent, setLegendIndex, setSelected, setValue, setVisible, split, symDifference, toGeometry, touches, union, within
-
-
-
-
Method Detail
-
getShapeType
public ShapeTypes getShapeType()
Description copied from class:ShapeGet shape type- Overrides:
getShapeTypein classPointShape- Returns:
- Shape type
-
clone
public java.lang.Object clone()
Clone- Overrides:
clonein classPointShape- Returns:
- WindArraw object
-
-