| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.RasterBasemapLayerContextAnalyzer
public class RasterBasemapLayerContextAnalyzer
A coclass for Raster Basemap Layer context analyzer.
| Constructor Summary | |
|---|---|
RasterBasemapLayerContextAnalyzer(Object obj)
Construct a RasterBasemapLayerContextAnalyzer using a reference to such an object returned from ArcGIS Engine or Server.  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object o)
Compare this object with another  | 
 void | 
getContextMenu(Object contextObject,
               IUID[] clsidMenu)
Returns an appropriate context menu id, if possible.  | 
 int | 
getPriority()
Priority for the context analyzer: 0 (highest) - 99 (lowest).  | 
 int | 
hashCode()
the hashcode for this object  | 
 void | 
setPriority(int priority)
Priority for the context analyzer: 0 (highest) - 99 (lowest).  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public RasterBasemapLayerContextAnalyzer(Object obj)
                                  throws IOException
obj to RasterBasemapLayerContextAnalyzer.   * 
RasterBasemapLayerContextAnalyzer o = (RasterBasemapLayerContextAnalyzer)obj; // will not work 
 
RasterBasemapLayerContextAnalyzer o = new RasterBasemapLayerContextAnalyzer(obj); // Use this constructor instead  
    * @param     obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
  RasterBasemapLayerContextAnalyzer theRasterBasemapLayerContextAnalyzer = (RasterBasemapLayerContextAnalyzer) obj;| Method Detail | 
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getPriority()
                throws IOException,
                       AutomationException
getPriority in interface IContextAnalyzerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPriority(int priority)
                 throws IOException,
                        AutomationException
setPriority in interface IContextAnalyzerpriority - The priority  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getContextMenu(Object contextObject,
                           IUID[] clsidMenu)
                    throws IOException,
                           AutomationException
getContextMenu in interface IContextAnalyzercontextObject - A reference to another Object (IUnknown)  (in)clsidMenu - A reference to a com.esri.arcgis.system.IUID  (out: use single element array)
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 | ||||||||