class LineStringNode extends GeometryNode
| Modifier and Type | Field and Description |
|---|---|
private LineString |
line |
children, contextindex, text| Constructor and Description |
|---|
LineStringNode(LineString line,
GeometryContext context) |
LineStringNode(LineString line,
java.lang.String tag,
GeometryContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillChildren() |
Geometry |
getGeometry() |
javax.swing.ImageIcon |
getIcon() |
private void |
populateChildren(Coordinate[] pt) |
create, getChildAt, getChildCount, getIndexOfChild, isLeafgetText, indexString, setIndex, sizeStringprivate LineString line
public LineStringNode(LineString line, GeometryContext context)
public LineStringNode(LineString line, java.lang.String tag, GeometryContext context)
public javax.swing.ImageIcon getIcon()
getIcon in class GeometryNodepublic Geometry getGeometry()
getGeometry in class GeometricObjectNodeprotected void fillChildren()
fillChildren in class GeometryNodeprivate void populateChildren(Coordinate[] pt)