|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterIdentifyObj
Provides access to members that identify an object in the raster layer.
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 |
---|
void insertPropAndValue(String property, String value) throws IOException, AutomationException
property
- The property (in)value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String bName) throws IOException, AutomationException
bName
- The bName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMapTip() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapTip(String bMapTip) throws IOException, AutomationException
bMapTip
- The bMapTip (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocationByRef(IPoint pPoint) throws IOException, AutomationException
pPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |