|
|||||||||
| 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
COM Class 'LayerEffectsEnvironment'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Singleton instance of the Layer Effects Environment.' 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.arcmapui.ILayerEffectsEnvironment |
|---|
IID, IID377aba23_2019_11d3_9f97_00c04f6bc78e, xxDummy |
| Fields inherited from interface com.esri.arcgis.arcmapui.ILayerEffectsEnvironment2 |
|---|
IID, IID5afa7340_1eec_4eb8_9e15_b414df0ff8e9, xxDummy |
| Fields inherited from interface com.esri.arcgis.arcmapui.ILayerEffectsEnvironment3 |
|---|
IID, IID5afa7340_1eec_4eb8_9e15_b414df0ff8ea, xxDummy |
| Constructor Summary | |
|---|---|
LayerEffectsEnvironment()
Constructs a LayerEffectsEnvironment using ArcGIS Engine. |
|
LayerEffectsEnvironment(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LayerEffectsEnvironment theLayerEffectsEnvironment = (LayerEffectsEnvironment) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
IActiveView |
getActiveView()
The IActiveView interface of the view to be refreshed. |
static java.lang.String |
getClsid()
getClsid. |
IMxDocument |
getDocument()
Current document. |
ILayerEffects |
getEffectsLayer()
The ILayerEffects interface of the current effects layer. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ILayer |
getSelectedLayer()
Currenttly selected layer. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a LayerEffectsEnvironment. |
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 |
| Constructor Detail |
|---|
public LayerEffectsEnvironment()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public LayerEffectsEnvironment(java.lang.Object obj)
throws java.io.IOException
LayerEffectsEnvironment theLayerEffectsEnvironment = (LayerEffectsEnvironment) obj;
obj to LayerEffectsEnvironment.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
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 ILayerEffects getEffectsLayer()
throws java.io.IOException,
AutomationException
getEffectsLayer in interface ILayerEffectsEnvironmentgetEffectsLayer in interface ILayerEffectsEnvironment2getEffectsLayer in interface ILayerEffectsEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEffectsLayerByRef(ILayerEffects effects)
throws java.io.IOException,
AutomationException
setEffectsLayerByRef in interface ILayerEffectsEnvironmentsetEffectsLayerByRef in interface ILayerEffectsEnvironment2setEffectsLayerByRef in interface ILayerEffectsEnvironment3effects - A reference to a com.esri.arcgis.carto.ILayerEffects (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IActiveView getActiveView()
throws java.io.IOException,
AutomationException
getActiveView in interface ILayerEffectsEnvironmentgetActiveView in interface ILayerEffectsEnvironment2getActiveView in interface ILayerEffectsEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setActiveViewByRef(IActiveView activeView)
throws java.io.IOException,
AutomationException
setActiveViewByRef in interface ILayerEffectsEnvironmentsetActiveViewByRef in interface ILayerEffectsEnvironment2setActiveViewByRef in interface ILayerEffectsEnvironment3activeView - A reference to a com.esri.arcgis.carto.IActiveView (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILayer getSelectedLayer()
throws java.io.IOException,
AutomationException
getSelectedLayer in interface ILayerEffectsEnvironment2getSelectedLayer in interface ILayerEffectsEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectedLayerByRef(ILayer layer)
throws java.io.IOException,
AutomationException
setSelectedLayerByRef in interface ILayerEffectsEnvironment2setSelectedLayerByRef in interface ILayerEffectsEnvironment3layer - 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 IMxDocument getDocument()
throws java.io.IOException,
AutomationException
getDocument in interface ILayerEffectsEnvironment3java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDocumentByRef(IMxDocument doc)
throws java.io.IOException,
AutomationException
setDocumentByRef in interface ILayerEffectsEnvironment3doc - A reference to a com.esri.arcgis.arcmapui.IMxDocument (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 | ||||||||