com.esri.arcgis.carto
Interface IRasterIdentifyObj

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRasterIdentifyObjProxy, RasterIdentifyObj, SimpleRasterIdentifyObj

public interface IRasterIdentifyObj
extends Serializable

Provides access to members that identify an object in the raster layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPoint getLocation()
          Identified location.
 String getMapTip()
          Property value.
 String getName()
          Property name.
 void insertPropAndValue(String property, String value)
          Inserts a property name and value pair to the RasterIdentifyObj.
 void setLocationByRef(IPoint pPoint)
          Identified location.
 void setMapTip(String bMapTip)
          Property value.
 void setName(String bName)
          Property name.
 

Method Detail

insertPropAndValue

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getName

String getName()
               throws IOException,
                      AutomationException
Property name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getMapTip

String getMapTip()
                 throws IOException,
                        AutomationException
Property value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setMapTip

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getLocation

IPoint getLocation()
                   throws IOException,
                          AutomationException
Identified location.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setLocationByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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