com.esri.arcgis.arcscene
Class SxEffectsToolbarEnvironment

java.lang.Object
  extended by com.esri.arcgis.arcscene.SxEffectsToolbarEnvironment
All Implemented Interfaces:
IDDDToolbarEnvironment, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class SxEffectsToolbarEnvironment
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IDDDToolbarEnvironment

3D Effects Toolbar Enviroment.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Singleton:

This type is a singleton.

See Also:
Serialized Form

Constructor Summary
SxEffectsToolbarEnvironment()
          Constructs a SxEffectsToolbarEnvironment using ArcGIS Engine.
SxEffectsToolbarEnvironment(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SxEffectsToolbarEnvironment theSxEffectsToolbarEnvironment = (SxEffectsToolbarEnvironment) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 ILayer getCurrentSelectedLayer()
          The ILayer interface of the current selected layer.
 int hashCode()
          the hashcode for this object
 void setCurrentSelectedLayerByRef(ILayer ppLayer)
          The ILayer interface of the current 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

SxEffectsToolbarEnvironment

public SxEffectsToolbarEnvironment()
                            throws IOException,
                                   UnknownHostException
Constructs a SxEffectsToolbarEnvironment using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

SxEffectsToolbarEnvironment

public SxEffectsToolbarEnvironment(Object obj)
                            throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
SxEffectsToolbarEnvironment theSxEffectsToolbarEnvironment = (SxEffectsToolbarEnvironment) obj;

Construct a SxEffectsToolbarEnvironment using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to SxEffectsToolbarEnvironment.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getCurrentSelectedLayer

public ILayer getCurrentSelectedLayer()
                               throws IOException,
                                      AutomationException
The ILayer interface of the current selected layer.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Specified by:
getCurrentSelectedLayer in interface IDDDToolbarEnvironment
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentSelectedLayerByRef

public void setCurrentSelectedLayerByRef(ILayer ppLayer)
                                  throws IOException,
                                         AutomationException
The ILayer interface of the current selected layer.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Specified by:
setCurrentSelectedLayerByRef in interface IDDDToolbarEnvironment
Parameters:
ppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.