Class LineStringNode
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.GeometricObjectNode
-
- org.locationtech.jtstest.testbuilder.GeometryNode
-
- org.locationtech.jtstest.testbuilder.LineStringNode
-
- Direct Known Subclasses:
LinearRingNode
class LineStringNode extends GeometryNode
-
-
Field Summary
Fields Modifier and Type Field Description private LineString
line
-
Fields inherited from class org.locationtech.jtstest.testbuilder.GeometryNode
children, context
-
Fields inherited from class org.locationtech.jtstest.testbuilder.GeometricObjectNode
index, text
-
-
Constructor Summary
Constructors Constructor Description LineStringNode(LineString line, java.lang.String tag, GeometryContext context)
LineStringNode(LineString line, GeometryContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fillChildren()
Geometry
getGeometry()
javax.swing.ImageIcon
getIcon()
private void
populateChildren(Coordinate[] pt)
-
Methods inherited from class org.locationtech.jtstest.testbuilder.GeometryNode
create, getChildAt, getChildCount, getIndexOfChild, isLeaf
-
Methods inherited from class org.locationtech.jtstest.testbuilder.GeometricObjectNode
getText, indexString, setIndex, sizeString
-
-
-
-
Field Detail
-
line
private LineString line
-
-
Constructor Detail
-
LineStringNode
public LineStringNode(LineString line, GeometryContext context)
-
LineStringNode
public LineStringNode(LineString line, java.lang.String tag, GeometryContext context)
-
-
Method Detail
-
getIcon
public javax.swing.ImageIcon getIcon()
- Overrides:
getIcon
in classGeometryNode
-
getGeometry
public Geometry getGeometry()
- Specified by:
getGeometry
in classGeometricObjectNode
-
fillChildren
protected void fillChildren()
- Specified by:
fillChildren
in classGeometryNode
-
populateChildren
private void populateChildren(Coordinate[] pt)
-
-