|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.SimpleRasterIdentifyObj
public class SimpleRasterIdentifyObj
COM Class 'SimpleRasterIdentifyObj'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A simplified 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.IIdentifyObject |
---|
IID, IIDef0720ee_761e_4bed_a548_61596690e714, xxDummy |
Constructor Summary | |
---|---|
SimpleRasterIdentifyObj(java.lang.Object obj)
Construct a SimpleRasterIdentifyObj 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()
Name of the identify object. |
void |
getPropAndValues(int index,
java.lang.String[] property,
java.lang.String[] value)
Gets the next pair of property and value of the Identify Object. |
IPropertySet |
getPropertySet()
PropertySet of 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 SimpleRasterIdentifyObj. |
void |
setLocationByRef(IPoint pPoint)
Identified location. |
void |
setMapTip(java.lang.String bMapTip)
Property value. |
void |
setName(java.lang.String bName)
Property name. |
void |
setPropertySetByRef(IPropertySet propertySet)
PropertySet of the identify object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleRasterIdentifyObj(java.lang.Object obj) throws java.io.IOException
obj
to SimpleRasterIdentifyObj
. *
SimpleRasterIdentifyObj o = (SimpleRasterIdentifyObj)obj; // will not work
SimpleRasterIdentifyObj o = new SimpleRasterIdentifyObj(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
SimpleRasterIdentifyObj theSimpleRasterIdentifyObj = (SimpleRasterIdentifyObj) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public boolean canIdentify(ILayer pLayer) throws java.io.IOException, AutomationException
canIdentify
in interface IIdentifyObj
pLayer
- 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 IIdentifyObj
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 IIdentifyObj
getName
in interface IIdentifyObject
getName
in interface IRasterIdentifyObj
java.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 IIdentifyObj
java.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 IIdentifyObj
pDisplay
- 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 IIdentifyObj
x
- 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 insertPropAndValue(java.lang.String property, java.lang.String value) throws java.io.IOException, AutomationException
insertPropAndValue
in interface IRasterIdentifyObj
property
- The property (in)value
- The value (in)
java.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 IIdentifyObject
setName
in interface IRasterIdentifyObj
bName
- 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 IRasterIdentifyObj
java.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 IRasterIdentifyObj
bMapTip
- 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 IRasterIdentifyObj
java.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 IRasterIdentifyObj
pPoint
- 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 IRasterIdentifyObj2
index
- 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 IPropertySet getPropertySet() throws java.io.IOException, AutomationException
getPropertySet
in interface IIdentifyObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPropertySetByRef(IPropertySet propertySet) throws java.io.IOException, AutomationException
setPropertySetByRef
in interface IIdentifyObject
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.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 |