|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPixelInspectionWindow
Provides access to members that control the PixelInspection Window.
Method Summary | |
---|---|
void |
displayPixels(int action,
IPoint point,
IDisplay pDisplay)
Map location to inspect the pixels. |
int |
getBandIndex()
The raster band index to be inspected. |
ILayer |
getLayer()
The raster layer to be inspected. |
void |
setBandIndex(int bandIndex)
The raster band index to be inspected. |
void |
setLayerByRef(ILayer ppLayer)
The raster layer to be inspected. |
void |
setLayerName(String rhs1)
The name of the layer. |
Method Detail |
---|
void setLayerByRef(ILayer ppLayer) throws IOException, AutomationException
ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBandIndex(int bandIndex) throws IOException, AutomationException
bandIndex
- The bandIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBandIndex() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void displayPixels(int action, IPoint point, IDisplay pDisplay) throws IOException, AutomationException
action
- The action (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerName(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (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 |