|
|||||||||
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
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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public ILayerEffects getEffectsLayer() throws IOException, AutomationException
getEffectsLayer
in interface ILayerEffectsEnvironment
getEffectsLayer
in interface ILayerEffectsEnvironment2
getEffectsLayer
in interface ILayerEffectsEnvironment3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEffectsLayerByRef(ILayerEffects effects) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IActiveView getActiveView() throws IOException, AutomationException
getActiveView
in interface ILayerEffectsEnvironment
getActiveView
in interface ILayerEffectsEnvironment2
getActiveView
in interface ILayerEffectsEnvironment3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveViewByRef(IActiveView activeView) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getSelectedLayer() throws IOException, AutomationException
getSelectedLayer
in interface ILayerEffectsEnvironment2
getSelectedLayer
in interface ILayerEffectsEnvironment3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectedLayerByRef(ILayer layer) throws IOException, AutomationException
setSelectedLayerByRef
in interface ILayerEffectsEnvironment2
setSelectedLayerByRef
in interface ILayerEffectsEnvironment3
layer
- 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 ILayerEffectsEnvironment3
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDocumentByRef(IMxDocument doc) throws IOException, AutomationException
setDocumentByRef
in interface ILayerEffectsEnvironment3
doc
- 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 |