com.esri.arcgis.arcmapui
Interface IPixelInspectionWindow

All Superinterfaces:
Serializable
All Known Implementing Classes:
PixelInspectionDockWin

public interface IPixelInspectionWindow
extends Serializable

Provides access to members that control the PixelInspection Window.

Product Availability

Available with ArcGIS Desktop.


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

setLayerByRef

void setLayerByRef(ILayer ppLayer)
                   throws IOException,
                          AutomationException
The raster layer to be inspected.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayer

ILayer getLayer()
                throws IOException,
                       AutomationException
The raster layer to be inspected.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandIndex

void setBandIndex(int bandIndex)
                  throws IOException,
                         AutomationException
The raster band index to be inspected.

Product Availability

Available with ArcGIS Desktop.

Parameters:
bandIndex - The bandIndex (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandIndex

int getBandIndex()
                 throws IOException,
                        AutomationException
The raster band index to be inspected.

Product Availability

Available with ArcGIS Desktop.

Returns:
The bandIndex
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

displayPixels

void displayPixels(int action,
                   IPoint point,
                   IDisplay pDisplay)
                   throws IOException,
                          AutomationException
Map location to inspect the pixels.

Product Availability

Available with ArcGIS Desktop.

Parameters:
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)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerName

void setLayerName(String rhs1)
                  throws IOException,
                         AutomationException
The name of the layer.

Product Availability

Available with ArcGIS Desktop.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.