|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.map.layer.raster.RasterInfo
Contains a collection of Bands object. The RasterInfo object gets populated by the response from the ArcIMS Application Server.
Constructor Summary | |
RasterInfo()
Constructs an instance of a RasterInfo object. |
Method Summary | |
void |
addBands(Bands obj)
Adds Bands objects to the RasterInfo collection. |
void |
clearBands()
Clears all Bands object from the RasterInfo collection. |
Bands |
getBands(int index)
Returns the Bands object from the RasterInfo collection. |
int |
getBandsCount()
Returns the count of all Bands objects in the RasterInfo collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RasterInfo()
Method Detail |
public void addBands(Bands obj)
obj
- the Bands object.clearBands()
public Bands getBands(int index)
Bands bands = rasterInfo.getBands(0);
index
- the item in the collection.
public void clearBands()
rasterInfo.clearBands();
public int getBandsCount()
int count = rasterInfo.getBandsCount();
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |