com.esri.arcgis.arcmapui
Interface IPixelInspectionWindow

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPixelInspectionWindowProxy, PixelInspectionDockWin

public interface IPixelInspectionWindow
extends java.io.Serializable

COM Interface 'IPixelInspectionWindow'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the PixelInspection Window.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0e7e386a_8bce_4a95_b74e_2839414412ec
           
static int xxDummy
          Deprecated. Internal use only
 
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(java.lang.String rhs1)
          The name of the layer.
 

Field Detail

IID0e7e386a_8bce_4a95_b74e_2839414412ec

static final int IID0e7e386a_8bce_4a95_b74e_2839414412ec
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setLayerByRef

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

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

getLayer

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

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

setBandIndex

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

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

getBandIndex

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

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

displayPixels

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

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

setLayerName

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

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