|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.RasterBands
public class RasterBands
An enumerator useful for iterating through a set of raster bands.
Constructor Summary | |
---|---|
RasterBands(Object obj)
Construct a RasterBands using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
hashCode()
the hashcode for this object |
IRasterBand |
IEnumRasterBand_next()
Retrieves the next raster band in the enumeration sequence. |
IDataset |
next()
Retrieves the next dataset in the enumeration sequence. |
void |
reset()
Resets the enumeration sequence to the beginning. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public RasterBands(Object obj) throws IOException
obj
to RasterBands
. *
RasterBands o = (RasterBands)obj; // will not work
RasterBands o = new RasterBands(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
RasterBands theRasterBands = (RasterBands) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IDataset next() throws IOException, AutomationException
next
in interface IEnumDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws IOException, AutomationException
reset
in interface IEnumRasterBand
reset
in interface IEnumDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterBand IEnumRasterBand_next() throws IOException, AutomationException
IEnumRasterBand_next
in interface IEnumRasterBand
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |