|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.util.dataset.AGSRecord
Contains a collection of FieldValues and AGSGeometryNode.
| Constructor Summary | |
AGSRecord()
Constructs an instance of AGSRecord. |
|
| Method Summary | |
boolean |
addFieldValue(java.lang.String fieldValue)
Adds a field value to the AGSRecord object. |
int |
getCount()
Returns the count of record values. |
java.lang.String |
getFieldValue(int index)
Returns the field value at given index. |
AGSGeometryNode |
getGeometry()
Returns the AGSGeometryNode of the record. |
void |
setGeometry(AGSGeometryNode gNode)
Sets the AGSGeometryNode of the record |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AGSRecord()
AGSRecord.
Example: AGSRecord records = new AGSRecord();
| Method Detail |
public int getCount()
int count = AGSRecord.getCount();
public java.lang.String getFieldValue(int index)
String fieldValue = AGSRecord.getFieldValue(0);
index - the field value index.
addFieldValue(java.lang.String)public boolean addFieldValue(java.lang.String fieldValue)
AGSRecordSet.addFieldValue("field");
fieldValue - the field value.
getFieldValue(int)public AGSGeometryNode getGeometry()
setGeometry(com.esri.arcgis.util.dataset.AGSGeometryNode)public void setGeometry(AGSGeometryNode gNode)
gNode - as the AGSGeometryNode.getGeometry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||