Package | Description |
---|---|
org.locationtech.jtstest.testbuilder |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
private GeometricObjectNode |
GeometryTreeModel.rootGeom |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<GeometricObjectNode> |
GeometryNode.children |
Modifier and Type | Method and Description |
---|---|
abstract GeometricObjectNode |
GeometricObjectNode.getChildAt(int index) |
GeometricObjectNode |
GeometryNode.getChildAt(int index) |
GeometricObjectNode |
CoordinateNode.getChildAt(int index) |
Modifier and Type | Method and Description |
---|---|
abstract int |
GeometricObjectNode.getIndexOfChild(GeometricObjectNode child) |
int |
GeometryNode.getIndexOfChild(GeometricObjectNode child) |
int |
CoordinateNode.getIndexOfChild(GeometricObjectNode child) |