Package org.meteoinfo.shape
Class CapPolylineShape
- java.lang.Object
-
- org.meteoinfo.shape.Shape
-
- org.meteoinfo.shape.PolylineShape
-
- org.meteoinfo.shape.CapPolylineShape
-
public class CapPolylineShape extends PolylineShape
-
-
Field Summary
-
Fields inherited from class org.meteoinfo.shape.PolylineShape
parts
-
-
Constructor Summary
Constructors Constructor Description CapPolylineShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetCapAngle()Get cap anglefloatgetCapLen()Get cap lengthvoidsetCapAngle(float value)Set cap anglevoidsetCapLen(float value)Set cap length-
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, clone_back, cloneValue, getLength, getPartIndex, getPartNum, getPointNum, getPoints, getPolylines, getShapeType, isClosed, removeVerice, reverse, setPartNum, setPoints, setPolylines, toGeometry, valueClone
-
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
-
getCapLen
public float getCapLen()
Get cap length- Returns:
- Cap length
-
setCapLen
public void setCapLen(float value)
Set cap length- Parameters:
value- Cap length
-
getCapAngle
public float getCapAngle()
Get cap angle- Returns:
- Cap angle
-
setCapAngle
public void setCapAngle(float value)
Set cap angle- Parameters:
value- Cap angle
-
-