|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.RasterHistograms
public class RasterHistograms
An array of raster histograms.
Constructor Summary | |
---|---|
RasterHistograms()
Constructs a RasterHistograms using ArcGIS Engine. |
|
RasterHistograms(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterHistograms theRasterHistograms = (RasterHistograms) obj; |
Method Summary | |
---|---|
void |
add(IRasterHistogram pHistogram)
Adds a raster histogram. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCount()
The raster histogram count. |
IRasterHistogram |
getElement(int index)
The raster histogram at the specified position. |
int |
hashCode()
the hashcode for this object |
void |
insert(int index,
IRasterHistogram pHistogram)
Adds a raster histogram at the specified position. |
void |
remove(int index)
Removes the raster histogram at the specified position. |
void |
removeAll()
Removes all raster histograms. |
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 RasterHistograms() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RasterHistograms(Object obj) throws IOException
RasterHistograms theRasterHistograms = (RasterHistograms) obj;
obj
to RasterHistograms
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getCount() throws IOException, AutomationException
getCount
in interface IRasterHistograms
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterHistogram getElement(int index) throws IOException, AutomationException
getElement
in interface IRasterHistograms
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int index) throws IOException, AutomationException
remove
in interface IRasterHistograms
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAll() throws IOException, AutomationException
removeAll
in interface IRasterHistograms
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void add(IRasterHistogram pHistogram) throws IOException, AutomationException
add
in interface IRasterHistograms
pHistogram
- A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insert(int index, IRasterHistogram pHistogram) throws IOException, AutomationException
insert
in interface IRasterHistograms
index
- The index (in)pHistogram
- A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram (in)
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 |