|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.RasterIdentifyObj
public class RasterIdentifyObj
COM Class 'RasterIdentifyObj'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A raster object identified on the display.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.carto.IRasterIdentifyObj |
|---|
IID, IIDefd47fdc_de27_11d2_9fce_00c04f799f23, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IRasterIdentifyObj2 |
|---|
IID, IIDff3bac13_e1c4_47ab_807a_4c8233341d11, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IRowIdentifyObject |
|---|
IID, IID061bded1_1486_11d4_9fec_00c04f6bc78e, xxDummy |
| Constructor Summary | |
|---|---|
RasterIdentifyObj(java.lang.Object obj)
Construct a RasterIdentifyObj using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
canIdentify(ILayer pLayer)
Indicates if the object can identify the specified layer. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
flash(IScreenDisplay pDisplay)
Flashes the identified object on the screen. |
int |
getHWnd()
The window handle. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILayer |
getLayer()
Target layer for identification. |
IPoint |
getLocation()
Identified location. |
java.lang.String |
getMapTip()
Property value. |
java.lang.String |
getName()
Property name. |
void |
getPropAndValues(int index,
java.lang.String[] property,
java.lang.String[] value)
Gets the next pair of property and value of the Identify Object. |
IRow |
getRow()
The row used by the identify object. |
int |
hashCode()
the hashcode for this object |
void |
insertPropAndValue(java.lang.String property,
java.lang.String value)
Inserts a property name and value pair to the RasterIdentifyObj. |
void |
popUpMenu(int x,
int y)
Displays a context sensitive popup menu at the specified location. |
void |
release()
Release a RasterIdentifyObj. |
void |
setLocationByRef(IPoint pPoint)
Identified location. |
void |
setMapTip(java.lang.String bMapTip)
Property value. |
void |
setName(java.lang.String bName)
Property name. |
void |
setRow(IRow row)
The row used by the identify object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RasterIdentifyObj(java.lang.Object obj)
throws java.io.IOException
obj to RasterIdentifyObj. *
RasterIdentifyObj o = (RasterIdentifyObj)obj; // will not work
RasterIdentifyObj o = new RasterIdentifyObj(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
RasterIdentifyObj theRasterIdentifyObj = (RasterIdentifyObj) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void insertPropAndValue(java.lang.String property,
java.lang.String value)
throws java.io.IOException,
AutomationException
insertPropAndValue in interface IRasterIdentifyObjproperty - The property (in)value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IIdentifyObjgetName in interface IRasterIdentifyObjjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(java.lang.String bName)
throws java.io.IOException,
AutomationException
setName in interface IRasterIdentifyObjbName - The bName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMapTip()
throws java.io.IOException,
AutomationException
getMapTip in interface IRasterIdentifyObjjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapTip(java.lang.String bMapTip)
throws java.io.IOException,
AutomationException
setMapTip in interface IRasterIdentifyObjbMapTip - The bMapTip (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getLocation()
throws java.io.IOException,
AutomationException
getLocation in interface IRasterIdentifyObjjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLocationByRef(IPoint pPoint)
throws java.io.IOException,
AutomationException
setLocationByRef in interface IRasterIdentifyObjpPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getPropAndValues(int index,
java.lang.String[] property,
java.lang.String[] value)
throws java.io.IOException,
AutomationException
getPropAndValues in interface IRasterIdentifyObj2index - The index (in)property - The property (out: use single element array)value - The value (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canIdentify(ILayer pLayer)
throws java.io.IOException,
AutomationException
canIdentify in interface IIdentifyObjpLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHWnd()
throws java.io.IOException,
AutomationException
getHWnd in interface IIdentifyObjjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getLayer()
throws java.io.IOException,
AutomationException
getLayer in interface IIdentifyObjjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flash(IScreenDisplay pDisplay)
throws java.io.IOException,
AutomationException
The Flash method is not supported with ArcGIS Engine, use the IHookActions.DoActions() method with the esriHookActionsFlash for this functionality.
flash in interface IIdentifyObjpDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void popUpMenu(int x,
int y)
throws java.io.IOException,
AutomationException
popUpMenu in interface IIdentifyObjx - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRow(IRow row)
throws java.io.IOException,
AutomationException
setRow in interface IRowIdentifyObjectrow - A reference to a com.esri.arcgis.geodatabase.IRow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRow getRow()
throws java.io.IOException,
AutomationException
getRow in interface IRowIdentifyObjectjava.io.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 | ||||||||