com.esri.arcgis.analyst3d
Class IGeneralMultiPatchCreatorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.analyst3d.IGeneralMultiPatchCreatorProxy
All Implemented Interfaces:
IGeneralMultiPatchCreator, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGeneralMultiPatchCreator'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to manage the creation 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 IGeneralMultiPatchCreatorProxy
extends com.esri.arcgis.interop.Dispatch
implements IGeneralMultiPatchCreator, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.analyst3d.IGeneralMultiPatchCreator
IID, IID821003c1_2c6b_11d6_a4ce_444553547777
 
Constructor Summary
  IGeneralMultiPatchCreatorProxy()
          Deprecated. For internal use only
  IGeneralMultiPatchCreatorProxy(java.lang.Object obj)
          Deprecated.  
protected IGeneralMultiPatchCreatorProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGeneralMultiPatchCreatorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGeneralMultiPatchCreatorProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clearResources()
          Deprecated. Clear resources used to manage the object.
 IGeometry createMultiPatch()
          Deprecated. Creates the MultiPatch.
 void init(int pointCount, int partCount, boolean hasMs, boolean hasIDs, boolean hasNormals, int texturePointCount, IGeometryMaterialList pGeometryMaterialList)
          Deprecated. Initialize the creation of a general multipatch.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setID(int index, int iD)
          Deprecated. Set vertex Id.
 void setM(int index, double mValue)
          Deprecated. Set M at vertex index.
 void setMaterialIndex(int patch, int index)
          Deprecated. Set patch material index.
 void setNormal(int index, IVector3D pVector)
          Deprecated. Set Normal at vertex index.
 void setPatchPointIndex(int patch, int index)
          Deprecated. Set start index of points in patch, end index is start of next patch.
 void setPatchPriority(int patch, int priority)
          Deprecated. Set patch priority (>= 0).
 void setPatchTexturePointIndex(int part, int index)
          Deprecated. Set texture start index texture points in patch, end index is start of next patch.
 void setPatchType(int patch, int type)
          Deprecated. Set patch type.
 void setPoint(int index, IPoint pPoint)
          Deprecated. Set Point at vertex index.
 void setTexturePoint(int index, IPoint pPoint)
          Deprecated. Set Texture Point at vertex index.
 void setTextureWKSPoint(int index, _WKSPoint pPoint)
          Deprecated. Set Texture WKSPoint at vertex index.
 void setWKSPointZ(int index, _WKSPointZ pPoint)
          Deprecated. Set WKSPoint at vertex index.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGeneralMultiPatchCreatorProxy

public IGeneralMultiPatchCreatorProxy(java.lang.String CLSID,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.net.UnknownHostException,
                                      java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGeneralMultiPatchCreatorProxy

public IGeneralMultiPatchCreatorProxy()
Deprecated. 
For internal use only


IGeneralMultiPatchCreatorProxy

public IGeneralMultiPatchCreatorProxy(java.lang.Object obj)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeneralMultiPatchCreatorProxy

protected IGeneralMultiPatchCreatorProxy(java.lang.Object obj,
                                         java.lang.String iid)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGeneralMultiPatchCreatorProxy

protected IGeneralMultiPatchCreatorProxy(java.lang.String CLSID,
                                         java.lang.String iid,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

init

public void init(int pointCount,
                 int partCount,
                 boolean hasMs,
                 boolean hasIDs,
                 boolean hasNormals,
                 int texturePointCount,
                 IGeometryMaterialList pGeometryMaterialList)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initialize the creation of a general multipatch.

Specified by:
init in interface IGeneralMultiPatchCreator
Parameters:
pointCount - The pointCount (in)
partCount - The partCount (in)
hasMs - The hasMs (in)
hasIDs - The hasIDs (in)
hasNormals - The hasNormals (in)
texturePointCount - The texturePointCount (in)
pGeometryMaterialList - A reference to a com.esri.arcgis.analyst3d.IGeometryMaterialList (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPatchPointIndex

public void setPatchPointIndex(int patch,
                               int index)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Set start index of points in patch, end index is start of next patch.

Specified by:
setPatchPointIndex in interface IGeneralMultiPatchCreator
Parameters:
patch - The patch (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPatchType

public void setPatchType(int patch,
                         int type)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Set patch type.

Specified by:
setPatchType in interface IGeneralMultiPatchCreator
Parameters:
patch - The patch (in)
type - A com.esri.arcgis.geometry.esriPatchType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPatchPriority

public void setPatchPriority(int patch,
                             int priority)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Set patch priority (>= 0).

Specified by:
setPatchPriority in interface IGeneralMultiPatchCreator
Parameters:
patch - The patch (in)
priority - The priority (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaterialIndex

public void setMaterialIndex(int patch,
                             int index)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Set patch material index.

Specified by:
setMaterialIndex in interface IGeneralMultiPatchCreator
Parameters:
patch - The patch (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPoint

public void setPoint(int index,
                     IPoint pPoint)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Set Point at vertex index.

Specified by:
setPoint in interface IGeneralMultiPatchCreator
Parameters:
index - The index (in)
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWKSPointZ

public void setWKSPointZ(int index,
                         _WKSPointZ pPoint)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Set WKSPoint at vertex index.

Specified by:
setWKSPointZ in interface IGeneralMultiPatchCreator
Parameters:
index - The index (in)
pPoint - A Structure: com.esri.arcgis.system._WKSPointZ (A com.esri.arcgis.system._WKSPointZ COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setM

public void setM(int index,
                 double mValue)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Set M at vertex index.

Specified by:
setM in interface IGeneralMultiPatchCreator
Parameters:
index - The index (in)
mValue - The mValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNormal

public void setNormal(int index,
                      IVector3D pVector)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Set Normal at vertex index.

Specified by:
setNormal in interface IGeneralMultiPatchCreator
Parameters:
index - The index (in)
pVector - A reference to a com.esri.arcgis.geometry.IVector3D (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPatchTexturePointIndex

public void setPatchTexturePointIndex(int part,
                                      int index)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Set texture start index texture points in patch, end index is start of next patch.

Specified by:
setPatchTexturePointIndex in interface IGeneralMultiPatchCreator
Parameters:
part - The part (in)
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTexturePoint

public void setTexturePoint(int index,
                            IPoint pPoint)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Set Texture Point at vertex index.

Specified by:
setTexturePoint in interface IGeneralMultiPatchCreator
Parameters:
index - The index (in)
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextureWKSPoint

public void setTextureWKSPoint(int index,
                               _WKSPoint pPoint)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Set Texture WKSPoint at vertex index.

Specified by:
setTextureWKSPoint in interface IGeneralMultiPatchCreator
Parameters:
index - The index (in)
pPoint - A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

public void setID(int index,
                  int iD)
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Set vertex Id.

Specified by:
setID in interface IGeneralMultiPatchCreator
Parameters:
index - The index (in)
iD - The iD (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearResources

public void clearResources()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Clear resources used to manage the object.

Specified by:
clearResources in interface IGeneralMultiPatchCreator
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createMultiPatch

public IGeometry createMultiPatch()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Creates the MultiPatch.

Specified by:
createMultiPatch in interface IGeneralMultiPatchCreator
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.