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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IGeneralMultiPatchInfoProxy()
public IGeneralMultiPatchInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGeneralMultiPatchInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
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 int getVertexCount() throws java.io.IOException, AutomationException
getVertexCount
in interface IGeneralMultiPatchInfo
java.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 IGeneralMultiPatchInfo
java.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 IGeneralMultiPatchInfo
java.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 IGeneralMultiPatchInfo
java.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 IGeneralMultiPatchInfo
java.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 IGeneralMultiPatchInfo
java.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 IGeneralMultiPatchInfo
java.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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
patch
- 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 IGeneralMultiPatchInfo
index
- 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 IGeneralMultiPatchInfo
index
- 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 IGeneralMultiPatchInfo
index
- 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 IGeneralMultiPatchInfo
index
- 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 IGeneralMultiPatchInfo
index
- 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 IGeneralMultiPatchInfo
index
- 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 IGeneralMultiPatchInfo
index
- 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 IGeneralMultiPatchInfo
index
- 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.