Description: 'Interface to get infomation 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 IGeneralMultiPatchInfoProxy extends com.esri.arcgis.interop.Dispatch implements IGeneralMultiPatchInfo, 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, objRefIID, IID69656158_701d_408c_8b6a_a0b4c012c843| Modifier | Constructor and Description |
|---|---|
|
IGeneralMultiPatchInfoProxy()
Deprecated.
For internal use only
|
|
IGeneralMultiPatchInfoProxy(java.lang.Object obj)
Deprecated.
|
protected |
IGeneralMultiPatchInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IGeneralMultiPatchInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IGeneralMultiPatchInfoProxy(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.
|
int |
getIdCount()
Deprecated.
Get Id Count.
|
int |
getMaterialColor(int index)
Deprecated.
Get material color.
|
int |
getMaterialCount()
Deprecated.
Get Material Count.
|
int |
getMaterialTextureBytesPerPixel(int index)
Deprecated.
Get Material texture bytes per pixel.
|
int |
getMaterialTextureColumnCount(int index)
Deprecated.
Get Material texture column count.
|
int |
getMaterialTexturePixelColor(int index,
int row,
int column)
Deprecated.
Get Material texture pixel color.
|
int |
getMaterialTextureRowCount(int index)
Deprecated.
Get Material texture row count.
|
int |
getMaterialTransparencyPercent(int index)
Deprecated.
Get transparency %, in range of 0 - 100
|
int |
getMCount()
Deprecated.
Get M Count.
|
int |
getNormalCount()
Deprecated.
Get Normal Count.
|
int |
getPatchCount()
Deprecated.
Get Patch Count.
|
double |
getPatchM(int patch,
int index)
Deprecated.
Get M for patch at vertex index.
|
int |
getPatchMaterialIndex(int patch)
Deprecated.
Get patch material index.
|
int |
getPatchPriority(int patch)
Deprecated.
Get patch priority.
|
_WKSPoint |
getPatchTextureVertex(int patch,
int index)
Deprecated.
Get Texture WKSPoint for a patch at vertex index.
|
int |
getPatchTextureVertexCount(int patch)
Deprecated.
Get texture vertex count for a patch.
|
int |
getPatchType(int patch)
Deprecated.
Get patch type.
|
_WKSPointZ |
getPatchVertex(int patch,
int index)
Deprecated.
Get Point for patch at vertex index.
|
int |
getPatchVertexCount(int patch)
Deprecated.
Get count of vertices in patch.
|
int |
getPatchVertexID(int patch,
int index)
Deprecated.
Get vertex Id for a patch at vertex index.
|
int |
getTextureVertexCount()
Deprecated.
Get Texture Vertex Count.
|
int |
getVertexCount()
Deprecated.
Get Vertex Count.
|
boolean |
isMaterialCullBackface(int index)
Deprecated.
Get backface culling enabled,
|
boolean |
isMaterialTextured(int index)
Deprecated.
Get Is Material textured.
|
void |
queryPatchNormal(int patch,
int index,
IVector3D pNormal)
Deprecated.
Copies the Normal for patch at specified vertex index into the input vector.
|
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.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IGeneralMultiPatchInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IGeneralMultiPatchInfoProxy()
public IGeneralMultiPatchInfoProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IGeneralMultiPatchInfoProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IGeneralMultiPatchInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getVertexCount()
throws java.io.IOException,
AutomationException
getVertexCount in interface IGeneralMultiPatchInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPatchCount()
throws java.io.IOException,
AutomationException
getPatchCount in interface IGeneralMultiPatchInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMCount()
throws java.io.IOException,
AutomationException
getMCount in interface IGeneralMultiPatchInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getNormalCount()
throws java.io.IOException,
AutomationException
getNormalCount in interface IGeneralMultiPatchInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getTextureVertexCount()
throws java.io.IOException,
AutomationException
getTextureVertexCount in interface IGeneralMultiPatchInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getIdCount()
throws java.io.IOException,
AutomationException
getIdCount in interface IGeneralMultiPatchInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaterialCount()
throws java.io.IOException,
AutomationException
getMaterialCount in interface IGeneralMultiPatchInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPatchVertexCount(int patch)
throws java.io.IOException,
AutomationException
getPatchVertexCount in interface IGeneralMultiPatchInfopatch - The patch (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPatchType(int patch)
throws java.io.IOException,
AutomationException
getPatchType in interface IGeneralMultiPatchInfopatch - The patch (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPatchPriority(int patch)
throws java.io.IOException,
AutomationException
getPatchPriority in interface IGeneralMultiPatchInfopatch - The patch (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPatchMaterialIndex(int patch)
throws java.io.IOException,
AutomationException
getPatchMaterialIndex in interface IGeneralMultiPatchInfopatch - The patch (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public _WKSPointZ getPatchVertex(int patch, int index) throws java.io.IOException, AutomationException
getPatchVertex in interface IGeneralMultiPatchInfopatch - The patch (in)index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getPatchM(int patch,
int index)
throws java.io.IOException,
AutomationException
getPatchM in interface IGeneralMultiPatchInfopatch - The patch (in)index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryPatchNormal(int patch,
int index,
IVector3D pNormal)
throws java.io.IOException,
AutomationException
queryPatchNormal in interface IGeneralMultiPatchInfopatch - The patch (in)index - The index (in)pNormal - A reference to a com.esri.arcgis.geometry.IVector3D (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPatchTextureVertexCount(int patch)
throws java.io.IOException,
AutomationException
getPatchTextureVertexCount in interface IGeneralMultiPatchInfopatch - The patch (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public _WKSPoint getPatchTextureVertex(int patch, int index) throws java.io.IOException, AutomationException
getPatchTextureVertex in interface IGeneralMultiPatchInfopatch - The patch (in)index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPatchVertexID(int patch,
int index)
throws java.io.IOException,
AutomationException
getPatchVertexID in interface IGeneralMultiPatchInfopatch - The patch (in)index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaterialColor(int index)
throws java.io.IOException,
AutomationException
getMaterialColor in interface IGeneralMultiPatchInfoindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaterialTransparencyPercent(int index)
throws java.io.IOException,
AutomationException
getMaterialTransparencyPercent in interface IGeneralMultiPatchInfoindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isMaterialCullBackface(int index)
throws java.io.IOException,
AutomationException
isMaterialCullBackface in interface IGeneralMultiPatchInfoindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isMaterialTextured(int index)
throws java.io.IOException,
AutomationException
isMaterialTextured in interface IGeneralMultiPatchInfoindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaterialTextureRowCount(int index)
throws java.io.IOException,
AutomationException
getMaterialTextureRowCount in interface IGeneralMultiPatchInfoindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaterialTextureColumnCount(int index)
throws java.io.IOException,
AutomationException
getMaterialTextureColumnCount in interface IGeneralMultiPatchInfoindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaterialTextureBytesPerPixel(int index)
throws java.io.IOException,
AutomationException
getMaterialTextureBytesPerPixel in interface IGeneralMultiPatchInfoindex - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaterialTexturePixelColor(int index,
int row,
int column)
throws java.io.IOException,
AutomationException
getMaterialTexturePixelColor in interface IGeneralMultiPatchInfoindex - The index (in)row - The row (in)column - The column (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.