|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsGeocode
| Field Summary | |
java.lang.String |
m_responseAxl
|
| Constructor Summary | |
AimsGeocode()
Creates new AimsGeocode |
|
| Method Summary | |
protected boolean |
addFeature(AimsFeature feature)
Adds a feature to the features collection. |
void |
addGeocodeTag(AimsGeocodeTag gctag)
|
void |
addGeocodeTag(java.lang.String id,
java.lang.String value)
|
boolean |
BOF()
Returns true if the recordset is at the beginning (before the first record). |
void |
clear()
|
void |
clearAddress()
|
void |
clearResults()
|
java.lang.Object |
clone()
|
boolean |
EOF()
Returns true if the recordset is at the end (after the last record). |
int |
getCurrentRecord()
|
AimsFeature |
getFeature()
Returns the feature for the current record. |
AimsFeature |
getFeature(int recordNumber)
Returns the feature for the specified record. |
int |
getFeatureCount()
|
AimsShapeObject |
getShape()
Returns the shape for the current recordset record as an AimsShapeObject. |
AimsShapeObject |
getShape(int recordNumber)
Returns the shape for the specified recordset record as an AimsShapeObject. |
boolean |
moveFirst()
|
boolean |
moveNext()
|
boolean |
movePrevious()
|
boolean |
query()
|
void |
setAddress(java.lang.String id,
java.lang.String value)
|
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
void |
setFeatureCoordsys(AimsCoordsys coordsys)
Sets the feature coordsys. |
protected void |
setLayer(AimsFeatureLayer layer)
|
void |
setMaxCandidates(int maxCandidates)
|
void |
setMinScore(int minScore)
|
void |
setSpellingSensitivity(int sensitivity)
|
java.lang.String |
toAxlString()
Returns the AXL string to refresh this object, using the default environment coordinate separators. |
java.lang.String |
toAxlString(AimsEnvironment env)
Returns the AXL string to refresh this object, using the coordinate separators in the specified environnment setting. |
java.lang.String |
valueAsString(java.lang.String fieldName)
Returns the contents of the specified field for the current recordset record as a string value. |
java.lang.String |
valueAsString(java.lang.String fieldName,
int recordNumber)
Returns the contents of the specified field for the specified record as a string value. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String m_responseAxl
| Constructor Detail |
public AimsGeocode()
| Method Detail |
public void clear()
public void clearAddress()
public void setAddress(java.lang.String id,
java.lang.String value)
public java.lang.Object clone()
protected boolean addFeature(AimsFeature feature)
feature - A feature to add to the feature collection.
public void addGeocodeTag(AimsGeocodeTag gctag)
public void addGeocodeTag(java.lang.String id,
java.lang.String value)
public void setFeatureCoordsys(AimsCoordsys coordsys)
coordsys - The feature coordsys used to locate features.protected void setLayer(AimsFeatureLayer layer)
public void setMaxCandidates(int maxCandidates)
public void setMinScore(int minScore)
public void setSpellingSensitivity(int sensitivity)
public java.lang.String toAxlString()
public java.lang.String toAxlString(AimsEnvironment env)
env - The environment object containing coordinate separators.
public int getCurrentRecord()
public int getFeatureCount()
public boolean BOF()
public boolean EOF()
public boolean moveNext()
public boolean movePrevious()
public boolean moveFirst()
public AimsFeature getFeature()
public AimsFeature getFeature(int recordNumber)
recordNumber - The index of the requested record.
public java.lang.String valueAsString(java.lang.String fieldName,
int recordNumber)
fieldName - The name of the field that contents are requested.recordNumber - The index of the requested record.
public java.lang.String valueAsString(java.lang.String fieldName)
fieldName - The name of the field that contents are requested.
public AimsShapeObject getShape(int recordNumber)
recordNumber - The index of the requested record.
public AimsShapeObject getShape()
public void clearResults()
public boolean query()
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute (not used).name - The AXL attribute name.value - The AXL attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||