com.esri.arcgis.geometry
Class IExtrude2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geometry.IExtrudeProxy
          extended by com.esri.arcgis.geometry.IExtrude2Proxy
All Implemented Interfaces:
IExtrude, IExtrude2, Externalizable, Serializable

public class IExtrude2Proxy
extends IExtrudeProxy
implements IExtrude2, Serializable

Provides access to members that can be used to take a geometry and connect it to a translated version of itself to generate a higher-dimensional geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IExtrude2Proxy()
           
  IExtrude2Proxy(Object obj)
           
protected IExtrude2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 boolean isGenerateNoBottoms()
          Indicates whether to generate bottom (from) face when extruding polygons.
 void removeListener(String iidStr, Object theListener)
           
 void setGenerateNoBottoms(boolean extrudeWithoutBottoms)
          Indicates whether to generate bottom (from) face when extruding polygons.
 
Methods inherited from class com.esri.arcgis.geometry.IExtrudeProxy
extrude, extrudeAbsolute, extrudeAlongLine, extrudeBetween, extrudeFromTo, extrudeRelative
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.geometry.IExtrude
extrude, extrudeAbsolute, extrudeAlongLine, extrudeBetween, extrudeFromTo, extrudeRelative
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IExtrude2Proxy

public IExtrude2Proxy()

IExtrude2Proxy

public IExtrude2Proxy(Object obj)
               throws IOException
Throws:
IOException

IExtrude2Proxy

protected IExtrude2Proxy(Object obj,
                         String iid)
                  throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IExtrudeProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IExtrudeProxy
Throws:
IOException

setGenerateNoBottoms

public void setGenerateNoBottoms(boolean extrudeWithoutBottoms)
                          throws IOException,
                                 AutomationException
Indicates whether to generate bottom (from) face when extruding polygons.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setGenerateNoBottoms in interface IExtrude2
Parameters:
extrudeWithoutBottoms - The extrudeWithoutBottoms (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isGenerateNoBottoms

public boolean isGenerateNoBottoms()
                            throws IOException,
                                   AutomationException
Indicates whether to generate bottom (from) face when extruding polygons.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isGenerateNoBottoms in interface IExtrude2
Returns:
The extrudeWithoutBottoms
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.