|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static java.lang.String getClsid()
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 ILayerEffects getEffectsLayer() throws java.io.IOException, AutomationException
getEffectsLayer
in interface ILayerEffectsEnvironment
getEffectsLayer
in interface ILayerEffectsEnvironment2
getEffectsLayer
in interface ILayerEffectsEnvironment3
java.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 ILayerEffectsEnvironment
setEffectsLayerByRef
in interface ILayerEffectsEnvironment2
setEffectsLayerByRef
in interface ILayerEffectsEnvironment3
effects
- 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 ILayerEffectsEnvironment
getActiveView
in interface ILayerEffectsEnvironment2
getActiveView
in interface ILayerEffectsEnvironment3
java.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 ILayerEffectsEnvironment
setActiveViewByRef
in interface ILayerEffectsEnvironment2
setActiveViewByRef
in interface ILayerEffectsEnvironment3
activeView
- 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 ILayerEffectsEnvironment2
getSelectedLayer
in interface ILayerEffectsEnvironment3
java.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 ILayerEffectsEnvironment2
setSelectedLayerByRef
in interface ILayerEffectsEnvironment3
layer
- 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 ILayerEffectsEnvironment3
java.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 ILayerEffectsEnvironment3
doc
- 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 |