Class PointNode
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.GeometricObjectNode
-
- org.locationtech.jtstest.testbuilder.GeometryNode
-
- org.locationtech.jtstest.testbuilder.PointNode
-
class PointNode extends GeometryNode
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Point
pt
-
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 PointNode(Point p, GeometryContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fillChildren()
Geometry
getGeometry()
javax.swing.ImageIcon
getIcon()
-
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
-
pt
Point pt
-
-
Constructor Detail
-
PointNode
public PointNode(Point p, 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
-
-