Class LinearRingNode
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.GeometricObjectNode
-
- org.locationtech.jtstest.testbuilder.GeometryNode
-
- org.locationtech.jtstest.testbuilder.LineStringNode
-
- org.locationtech.jtstest.testbuilder.LinearRingNode
-
class LinearRingNode extends LineStringNode
-
-
Field Summary
-
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 LinearRingNode(LinearRing ring, java.lang.String tag, GeometryContext context)
LinearRingNode(LinearRing ring, GeometryContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.ImageIcon
getIcon()
-
Methods inherited from class org.locationtech.jtstest.testbuilder.LineStringNode
fillChildren, getGeometry
-
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
-
-
-
-
Constructor Detail
-
LinearRingNode
public LinearRingNode(LinearRing ring, GeometryContext context)
-
LinearRingNode
public LinearRingNode(LinearRing ring, java.lang.String tag, GeometryContext context)
-
-
Method Detail
-
getIcon
public javax.swing.ImageIcon getIcon()
- Overrides:
getIcon
in classLineStringNode
-
-