Class LineStringNode
java.lang.Object
org.locationtech.jtstest.testbuilder.GeometricObjectNode
org.locationtech.jtstest.testbuilder.GeometryNode
org.locationtech.jtstest.testbuilder.LineStringNode
- Direct Known Subclasses:
LinearRingNode
-
Field Summary
FieldsFields inherited from class org.locationtech.jtstest.testbuilder.GeometryNode
children, contextFields inherited from class org.locationtech.jtstest.testbuilder.GeometricObjectNode
index, text -
Constructor Summary
ConstructorsConstructorDescriptionLineStringNode(LineString line, String tag, GeometryContext context) LineStringNode(LineString line, GeometryContext context) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetIcon()private voidpopulateChildren(Coordinate[] pt) Methods inherited from class org.locationtech.jtstest.testbuilder.GeometryNode
create, getChildAt, getChildCount, getIndexOfChild, isLeafMethods inherited from class org.locationtech.jtstest.testbuilder.GeometricObjectNode
getText, indexString, setIndex, sizeString
-
Field Details
-
line
-
-
Constructor Details
-
LineStringNode
-
LineStringNode
-
-
Method Details
-
getIcon
- Overrides:
getIconin classGeometryNode
-
getGeometry
- Specified by:
getGeometryin classGeometricObjectNode
-
fillChildren
protected void fillChildren()- Specified by:
fillChildrenin classGeometryNode
-
populateChildren
-