|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
com.moximedia.aims.AimsBands
Implementation of ArcIMS BANDS element - Release 4.0 onward.
| Field Summary |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
AimsBands()
Creates new AimsBands |
|
AimsBands(java.lang.String rasterId)
Creates new AimsBands with a raster ID. |
|
| Method Summary | |
void |
addBand(AimsBand band)
Adds a band to the collection. |
AimsBand |
getBand(int index)
Gets the BAND at the specified position. |
AimsPoint |
getLocation()
Sets the request location of the BANDS object. |
java.lang.String |
getRasterId()
Gets the property of attribute RASTERID. |
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 |
setLocation(AimsPoint pt)
Gets the request location of the BANDS object. |
void |
setRasterId(java.lang.String rasterId)
Sets the property of attribute RASTERID. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Constructor Detail |
public AimsBands()
public AimsBands(java.lang.String rasterId)
rasterId - The RASTERID property.| Method Detail |
public void addBand(AimsBand band)
band - The BAND to add to the collection.
public AimsBand getBand(int index)
throws java.lang.IndexOutOfBoundsException
index - The position of the band in the list.
java.lang.IndexOutOfBoundsException - If the specified index value does not exist.public java.lang.String getRasterId()
public void setRasterId(java.lang.String rasterId)
rasterId - The property of attribute RASTERID.public AimsPoint getLocation()
public void setLocation(AimsPoint pt)
pt - The request location.
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute.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 | |||||||||