public class WKTNode
extends java.lang.Object
Constructor and Description |
---|
WKTNode() |
Modifier and Type | Method and Description |
---|---|
void |
adChild(WKTNode n) |
void |
adToGeoWKT(char[] c)
Sets the geoWKT.
|
int |
countChildren() |
WKTNode |
getChildByNumber(int i) |
java.lang.String |
getGeoWKT()
Returns the geoWKT.
|
WKTNode |
getParent()
Returns the parent.
|
boolean |
isLeaf()
Returns the leaf.
|
boolean |
isRoot()
Returns the root.
|
void |
setLeaf(boolean leaf)
Sets the leaf.
|
void |
setParent(WKTNode parent)
Sets the parent.
|
void |
setRoot(boolean root)
Sets the root.
|
public java.lang.String getGeoWKT()
public boolean isLeaf()
public WKTNode getParent()
public boolean isRoot()
public void adToGeoWKT(char[] c)
c
- The geoWKT to setpublic void setLeaf(boolean leaf)
leaf
- The leaf to setpublic void setParent(WKTNode parent)
parent
- The parent to setpublic void setRoot(boolean root)
root
- The root to setpublic int countChildren()
public void adChild(WKTNode n)
public WKTNode getChildByNumber(int i)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details