|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.LayerEffectsEnvironment
public class LayerEffectsEnvironment
Singleton instance of the Layer Effects Environment.
| Constructor Summary | |
|---|---|
LayerEffectsEnvironment()
Constructs a LayerEffectsEnvironment using ArcGIS Engine. |
|
LayerEffectsEnvironment(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LayerEffectsEnvironment theLayerEffectsEnvironment = (LayerEffectsEnvironment) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IActiveView |
getActiveView()
The IActiveView interface of the view to be refreshed. |
static String |
getClsid()
getClsid. |
IMxDocument |
getDocument()
Current document. |
ILayerEffects |
getEffectsLayer()
The ILayerEffects interface of the current effects layer. |
ILayer |
getSelectedLayer()
Currenttly selected layer. |
int |
hashCode()
the hashcode for this object |
void |
setActiveViewByRef(IActiveView activeView)
The IActiveView interface of the view to be refreshed. |
void |
setDocumentByRef(IMxDocument doc)
Current document. |
void |
setEffectsLayerByRef(ILayerEffects effects)
The ILayerEffects interface of the current effects layer. |
void |
setSelectedLayerByRef(ILayer layer)
Currenttly selected layer. |
| 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 LayerEffectsEnvironment()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public LayerEffectsEnvironment(Object obj)
throws IOException
LayerEffectsEnvironment theLayerEffectsEnvironment = (LayerEffectsEnvironment) obj;
obj to LayerEffectsEnvironment.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public ILayerEffects getEffectsLayer()
throws IOException,
AutomationException
getEffectsLayer in interface ILayerEffectsEnvironmentgetEffectsLayer in interface ILayerEffectsEnvironment2getEffectsLayer in interface ILayerEffectsEnvironment3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEffectsLayerByRef(ILayerEffects effects)
throws IOException,
AutomationException
setEffectsLayerByRef in interface ILayerEffectsEnvironmentsetEffectsLayerByRef in interface ILayerEffectsEnvironment2setEffectsLayerByRef in interface ILayerEffectsEnvironment3effects - A reference to a com.esri.arcgis.carto.ILayerEffects (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IActiveView getActiveView()
throws IOException,
AutomationException
getActiveView in interface ILayerEffectsEnvironmentgetActiveView in interface ILayerEffectsEnvironment2getActiveView in interface ILayerEffectsEnvironment3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActiveViewByRef(IActiveView activeView)
throws IOException,
AutomationException
setActiveViewByRef in interface ILayerEffectsEnvironmentsetActiveViewByRef in interface ILayerEffectsEnvironment2setActiveViewByRef in interface ILayerEffectsEnvironment3activeView - A reference to a com.esri.arcgis.carto.IActiveView (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getSelectedLayer()
throws IOException,
AutomationException
getSelectedLayer in interface ILayerEffectsEnvironment2getSelectedLayer in interface ILayerEffectsEnvironment3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectedLayerByRef(ILayer layer)
throws IOException,
AutomationException
setSelectedLayerByRef in interface ILayerEffectsEnvironment2setSelectedLayerByRef in interface ILayerEffectsEnvironment3layer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMxDocument getDocument()
throws IOException,
AutomationException
getDocument in interface ILayerEffectsEnvironment3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDocumentByRef(IMxDocument doc)
throws IOException,
AutomationException
setDocumentByRef in interface ILayerEffectsEnvironment3doc - A reference to a com.esri.arcgis.arcmapui.IMxDocument (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 | ||||||||