com.esri.arcgis.carto
Interface IRasterIdentifyObj2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterIdentifyObj2Proxy, RasterIdentifyObj, SimpleRasterIdentifyObj

public interface IRasterIdentifyObj2
extends java.io.Serializable

COM Interface 'IRasterIdentifyObj2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that identify an object in the raster layer.' 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 IIDff3bac13_e1c4_47ab_807a_4c8233341d11
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getPropAndValues(int index, java.lang.String[] property, java.lang.String[] value)
          Gets the next pair of property and value of the Identify Object.
 

Field Detail

IIDff3bac13_e1c4_47ab_807a_4c8233341d11

static final int IIDff3bac13_e1c4_47ab_807a_4c8233341d11
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

getPropAndValues

void getPropAndValues(int index,
                      java.lang.String[] property,
                      java.lang.String[] value)
                      throws java.io.IOException,
                             AutomationException
Gets the next pair of property and value of the Identify Object.

Parameters:
index - The index (in)
property - The property (out: use single element array)
value - The value (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.