|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsFeatures
Implementation of ArcIMS FEATURES object. Note that the programmer doesn't need to use this class as convenience methods in the recordset object perform all the functions relating to recordsets and features.
| Constructor Summary | |
AimsFeatures()
Creates new AimsFeatures object |
|
| Method Summary | |
protected boolean |
addFeature(AimsFeature feature)
Adds a feature to the collection ¶m feature The feature to add to the collection. |
void |
clear()
|
int |
getCount()
Returns the total number of features &return The total number of features. |
AimsFeature |
getFeature(java.lang.String id)
|
java.util.Vector |
getFeatures()
Gets the feature collection &return A vector containing the features. |
AimsEnvelope |
getGlobalExtent()
Gets the extent of the features. |
boolean |
getHasMore()
|
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. |
protected void |
setGlobalExtent(AimsEnvelope env)
Sets the extent of all the features in the collection. |
int |
size()
|
void |
sort(AimsField field)
Sorts the elements by the specified field. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsFeatures()
| Method Detail |
public void sort(AimsField field)
field - The field to sort by.public int size()
public void clear()
protected boolean addFeature(AimsFeature feature)
public int getCount()
public AimsFeature getFeature(java.lang.String id)
public java.util.Vector getFeatures()
public AimsEnvelope getGlobalExtent()
public boolean getHasMore()
protected void setGlobalExtent(AimsEnvelope env)
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 | |||||||||