Package org.meteoinfo.shape
Class CurveLineShape
- java.lang.Object
-
- org.meteoinfo.shape.Shape
-
- org.meteoinfo.shape.PolylineShape
-
- org.meteoinfo.shape.CurveLineShape
-
public class CurveLineShape extends PolylineShape
Curve line shape class
-
-
Field Summary
-
Fields inherited from class org.meteoinfo.shape.PolylineShape
parts
-
-
Constructor Summary
Constructors Constructor Description CurveLineShape()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()CloneShapeTypesgetShapeType()Get shape typeCurveLineShapevalueClone()Value clone-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class org.meteoinfo.shape.PolylineShape
addVertice, clone_back, cloneValue, getLength, getPartIndex, getPartNum, getPointNum, getPoints, getPolylines, isClosed, removeVerice, reverse, setPartNum, setPoints, setPolylines, toGeometry
-
Methods inherited from class org.meteoinfo.shape.Shape
buffer, contains, convexHull, coveredBy, covers, crosses, difference, 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
-
-
-
-
Method Detail
-
getShapeType
public ShapeTypes getShapeType()
Description copied from class:ShapeGet shape type- Overrides:
getShapeTypein classPolylineShape- Returns:
- Shape type
-
clone
public java.lang.Object clone()
Clone- Overrides:
clonein classPolylineShape- Returns:
- CurveLineShape
-
valueClone
public CurveLineShape valueClone()
Value clone- Overrides:
valueClonein classPolylineShape- Returns:
- CurveLineShape
-
-