|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.util.dataset.AGSRecord
public class AGSRecord
Contains a collection of FieldValues and AGSGeometryNode.
| Constructor Summary | |
|---|---|
AGSRecord()
Constructs an instance of AGSRecord. |
|
| Method Summary | |
|---|---|
boolean |
addFieldValue(String fieldValue)
Adds a field value to the AGSRecord object. |
int |
getCount()
Returns the count of record values. |
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 String getFieldValue(int index)
String fieldValue = AGSRecord.getFieldValue(0);
index - the field value index.
AGSRecord.addFieldValue(java.lang.String)public boolean addFieldValue(String fieldValue)
AGSRecordSet.addFieldValue("field");
fieldValue - the field value.
AGSRecord.getFieldValue(int)public AGSGeometryNode getGeometry()
AGSRecord.setGeometry(com.esri.arcgis.util.dataset.AGSGeometryNode)public void setGeometry(AGSGeometryNode gNode)
gNode - as the AGSGeometryNode.AGSRecord.getGeometry()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||