|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.util.dataset.AGSGeometryNode
public class AGSGeometryNode
Represents a AGSGeometryNode
Constructor Summary | |
---|---|
AGSGeometryNode()
Constructs a AGSGeometryNode |
Method Summary | |
---|---|
AGSGeometryNode |
findChildByName(String name)
Returns child AGSGeometryNode. |
AGSGeometryNode |
findGeometryNode(String key)
Returns AGSGeometryNode or the child with this key. |
static void |
generateKeys(AGSGeometryNode node)
|
String |
getKey()
Gets the key of the AGSGeometryNode |
String |
getName()
Gets the name of the Node |
AGSGeometryNode |
getParent()
Gets the Parent of the AGSGeometryNode |
String |
getValue()
Gets the value of the Node |
void |
setName(String name)
Sets the name of the Node |
void |
setParent(AGSGeometryNode parent)
Sets the Parent of the AGSGeometryNode |
void |
setValue(String value)
Sets the value of the Node |
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(String name)
name
- as String
public String getKey()
public void setName(String name)
name
- as Stringpublic String getName()
public void setValue(String value)
value
- as Stringpublic String getValue()
public static void generateKeys(AGSGeometryNode node)
public AGSGeometryNode findGeometryNode(String key)
key
- the AGSGeometryNode key
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |