Class GeometricObjectNode
java.lang.Object
org.locationtech.jtstest.testbuilder.GeometricObjectNode
- Direct Known Subclasses:
CoordinateNode,GeometryNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GeometricObjectNodegetChildAt(int index) abstract intabstract Geometryabstract ImageIcongetIcon()abstract intgetText()protected static StringindexString(int index) abstract booleanisLeaf()voidsetIndex(int index) protected static StringsizeString(int size)
-
Field Details
-
index
protected int index -
text
-
-
Constructor Details
-
GeometricObjectNode
-
-
Method Details
-
indexString
-
sizeString
-
setIndex
public void setIndex(int index) -
getText
-
getIcon
-
getGeometry
-
isLeaf
public abstract boolean isLeaf() -
getChildAt
-
getChildCount
public abstract int getChildCount() -
getIndexOfChild
-