|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geometry.IExtrudeProxy com.esri.arcgis.geometry.IExtrude2Proxy
public class IExtrude2Proxy
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.
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IExtrude2Proxy()
public IExtrude2Proxy(Object obj) throws IOException
IOException
protected IExtrude2Proxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IExtrudeProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IExtrudeProxy
IOException
public void setGenerateNoBottoms(boolean extrudeWithoutBottoms) throws IOException, AutomationException
setGenerateNoBottoms
in interface IExtrude2
extrudeWithoutBottoms
- The extrudeWithoutBottoms (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isGenerateNoBottoms() throws IOException, AutomationException
isGenerateNoBottoms
in interface IExtrude2
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 |