|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.aims.mtier.model.map.layer.query.Records
public class Records
Contains a collection of recordset values.
An instance of Records
gets created after a filter has
been applied to a FeatureLayer
.
Constructor Summary | |
---|---|
Records()
Constructs an instance of Records . |
Method Summary | |
---|---|
boolean |
addFieldValue(String fieldValue)
Adds a field value to the records object. |
int |
getCount()
Returns the count of record values. |
String |
getFieldValue(int index)
Returns the field value at given index. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Records()
Records
.
Example: Records records = new Records();
Method Detail |
---|
public int getCount()
int count = records.getCount();
public String getFieldValue(int index)
String fieldValue = records.getFieldValue(0);
index
- the field value index.
addFieldValue(java.lang.String)
public boolean addFieldValue(String fieldValue)
recordset.addFieldValue("Scofield");
fieldValue
- the field value.
getFieldValue(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |