class LineStringNode extends GeometryNode
Modifier and Type | Field and Description |
---|---|
private LineString |
line |
children, context
index, 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, isLeaf
getText, indexString, setIndex, sizeString
private 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 GeometryNode
public Geometry getGeometry()
getGeometry
in class GeometricObjectNode
protected void fillChildren()
fillChildren
in class GeometryNode
private void populateChildren(Coordinate[] pt)