|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.util.dataset.AGSGeometryNode
Represents a AGSGeometryNode
| Constructor Summary | |
AGSGeometryNode()
Constructs a AGSGeometryNode |
|
| Method Summary | |
AGSGeometryNode |
findChildByName(java.lang.String name)
Returns child AGSGeometryNode. |
AGSGeometryNode |
findGeometryNode(java.lang.String key)
Returns AGSGeometryNode or the child with this key. |
static void |
generateKeys(AGSGeometryNode node)
|
java.lang.String |
getKey()
Gets the key of the AGSGeometryNode |
java.lang.String |
getName()
Gets the name of the Node |
AGSGeometryNode |
getParent()
Gets the Parent of the AGSGeometryNode |
java.lang.String |
getValue()
Gets the value of the Node |
void |
setName(java.lang.String name)
Sets the name of the Node |
void |
setParent(AGSGeometryNode parent)
Sets the Parent of the AGSGeometryNode |
void |
setValue(java.lang.String value)
Sets the value of the Node |
java.lang.String |
toString()
Returns AGSGeometryNode as String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AGSGeometryNode()
| Method Detail |
public void setParent(AGSGeometryNode parent)
parent - as AGSGeometryNodepublic AGSGeometryNode getParent()
public AGSGeometryNode findChildByName(java.lang.String name)
name - as String
public java.lang.String getKey()
public void setName(java.lang.String name)
name - as Stringpublic java.lang.String getName()
public void setValue(java.lang.String value)
value - as Stringpublic java.lang.String getValue()
public static void generateKeys(AGSGeometryNode node)
public AGSGeometryNode findGeometryNode(java.lang.String key)
key - the AGSGeometryNode key
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||