Uses of Class
org.locationtech.jtstest.testbuilder.GeometricObjectNode
-
Packages that use GeometricObjectNode Package Description org.locationtech.jtstest.testbuilder -
-
Uses of GeometricObjectNode in org.locationtech.jtstest.testbuilder
Subclasses of GeometricObjectNode in org.locationtech.jtstest.testbuilder Modifier and Type Class Description (package private) class
CoordinateNode
Coordinate is the only leaf node now, but could be refactored into a LeafNode class.(package private) class
GeometryCollectionNode
(package private) class
GeometryNode
(package private) class
LinearRingNode
(package private) class
LineStringNode
(package private) class
PointNode
(package private) class
PolygonNode
Fields in org.locationtech.jtstest.testbuilder declared as GeometricObjectNode Modifier and Type Field Description private GeometricObjectNode
GeometryTreeModel. rootGeom
Fields in org.locationtech.jtstest.testbuilder with type parameters of type GeometricObjectNode Modifier and Type Field Description protected java.util.List<GeometricObjectNode>
GeometryNode. children
Methods in org.locationtech.jtstest.testbuilder that return GeometricObjectNode Modifier and Type Method Description GeometricObjectNode
CoordinateNode. getChildAt(int index)
abstract GeometricObjectNode
GeometricObjectNode. getChildAt(int index)
GeometricObjectNode
GeometryNode. getChildAt(int index)
Methods in org.locationtech.jtstest.testbuilder with parameters of type GeometricObjectNode Modifier and Type Method Description int
CoordinateNode. getIndexOfChild(GeometricObjectNode child)
abstract int
GeometricObjectNode. getIndexOfChild(GeometricObjectNode child)
int
GeometryNode. getIndexOfChild(GeometricObjectNode child)
-