com.esri.arcgis.carto
Interface IRasterIdentifyObj

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

public interface IRasterIdentifyObj
extends java.io.Serializable

COM Interface 'IRasterIdentifyObj'. 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 IIDefd47fdc_de27_11d2_9fce_00c04f799f23
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getLocation()
          Identified location.
 java.lang.String getMapTip()
          Property value.
 java.lang.String getName()
          Property name.
 void insertPropAndValue(java.lang.String property, java.lang.String value)
          Inserts a property name and value pair to the RasterIdentifyObj.
 void setLocationByRef(IPoint pPoint)
          Identified location.
 void setMapTip(java.lang.String bMapTip)
          Property value.
 void setName(java.lang.String bName)
          Property name.
 

Field Detail

IIDefd47fdc_de27_11d2_9fce_00c04f799f23

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

insertPropAndValue

void insertPropAndValue(java.lang.String property,
                        java.lang.String value)
                        throws java.io.IOException,
                               AutomationException
Inserts a property name and value pair to the RasterIdentifyObj.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Property name.

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

setName

void setName(java.lang.String bName)
             throws java.io.IOException,
                    AutomationException
Property name.

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

getMapTip

java.lang.String getMapTip()
                           throws java.io.IOException,
                                  AutomationException
Property value.

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

setMapTip

void setMapTip(java.lang.String bMapTip)
               throws java.io.IOException,
                      AutomationException
Property value.

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

getLocation

IPoint getLocation()
                   throws java.io.IOException,
                          AutomationException
Identified location.

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

setLocationByRef

void setLocationByRef(IPoint pPoint)
                      throws java.io.IOException,
                             AutomationException
Identified location.

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