Description: 'Interface to get information of a GeneralMultiPatch.' 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 =
public class IGeneralMultiPatchInfo2Proxy extends IGeneralMultiPatchInfoProxy implements IGeneralMultiPatchInfo2, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID940702dc_3095_4332_9d8e_2d6b60ead969
IID69656158_701d_408c_8b6a_a0b4c012c843
Modifier | Constructor and Description |
---|---|
|
IGeneralMultiPatchInfo2Proxy()
Deprecated.
For internal use only
|
|
IGeneralMultiPatchInfo2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IGeneralMultiPatchInfo2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IGeneralMultiPatchInfo2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IGeneralMultiPatchInfo2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getMaterialName(int index)
Deprecated.
Returns a name of a named material (see IsNamedMaterial).
|
int |
getSharedTexture(int index)
Deprecated.
Returns the index of the material that this material texture is shared from.
|
java.lang.String |
getTextureURL(int index)
Deprecated.
Returns URL of a texture, if texture is stored as a URL.
|
boolean |
isHasTextureURL(int index)
Deprecated.
Returns True if material texture is stored as a url.
|
boolean |
isNamedMaterial(int index)
Deprecated.
Returns True if material is a named material (see QueryMaterialName).
|
boolean |
isSharedTexture(int index)
Deprecated.
Returns True if material texture is shared with another material.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
getIdCount, getMaterialColor, getMaterialCount, getMaterialTextureBytesPerPixel, getMaterialTextureColumnCount, getMaterialTexturePixelColor, getMaterialTextureRowCount, getMaterialTransparencyPercent, getMCount, getNormalCount, getPatchCount, getPatchM, getPatchMaterialIndex, getPatchPriority, getPatchTextureVertex, getPatchTextureVertexCount, getPatchType, getPatchVertex, getPatchVertexCount, getPatchVertexID, getTextureVertexCount, getVertexCount, isMaterialCullBackface, isMaterialTextured, queryPatchNormal
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getIdCount, getMaterialColor, getMaterialCount, getMaterialTextureBytesPerPixel, getMaterialTextureColumnCount, getMaterialTexturePixelColor, getMaterialTextureRowCount, getMaterialTransparencyPercent, getMCount, getNormalCount, getPatchCount, getPatchM, getPatchMaterialIndex, getPatchPriority, getPatchTextureVertex, getPatchTextureVertexCount, getPatchType, getPatchVertex, getPatchVertexCount, getPatchVertexID, getTextureVertexCount, getVertexCount, isMaterialCullBackface, isMaterialTextured, queryPatchNormal
public static final java.lang.Class targetClass
public boolean noncastable
public IGeneralMultiPatchInfo2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGeneralMultiPatchInfo2Proxy()
public IGeneralMultiPatchInfo2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGeneralMultiPatchInfo2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGeneralMultiPatchInfo2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IGeneralMultiPatchInfoProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IGeneralMultiPatchInfoProxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public boolean isNamedMaterial(int index) throws java.io.IOException, AutomationException
isNamedMaterial
in interface IGeneralMultiPatchInfo2
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMaterialName(int index) throws java.io.IOException, AutomationException
getMaterialName
in interface IGeneralMultiPatchInfo2
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHasTextureURL(int index) throws java.io.IOException, AutomationException
isHasTextureURL
in interface IGeneralMultiPatchInfo2
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTextureURL(int index) throws java.io.IOException, AutomationException
getTextureURL
in interface IGeneralMultiPatchInfo2
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSharedTexture(int index) throws java.io.IOException, AutomationException
isSharedTexture
in interface IGeneralMultiPatchInfo2
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSharedTexture(int index) throws java.io.IOException, AutomationException
getSharedTexture
in interface IGeneralMultiPatchInfo2
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.