com.esri.arcgis.geodatabase
Class ITinEdit2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.ITinEdit2Proxy
All Implemented Interfaces:
ITinEdit2, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that control TIN editing.' 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 ITinEdit2Proxy
extends com.esri.arcgis.interop.Dispatch
implements ITinEdit2, 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.geodatabase.ITinEdit2
IID, IID21c49cc8_3c46_454e_9115_57490fb6ba4f
 
Constructor Summary
  ITinEdit2Proxy()
          Deprecated. For internal use only
  ITinEdit2Proxy(java.lang.Object obj)
          Deprecated.  
protected ITinEdit2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITinEdit2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITinEdit2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addFrom3dMultipointFeatureClass(IFeatureClass pFeatureClass, ISpatialFilter pClippingFilter)
          Deprecated. Adds features from a 3D multi-point feature class to the TIN.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void resetExtent(IEnvelope pExtent)
          Deprecated. Reset TIN's extent.
 void saveSnapshot(java.lang.String name, boolean bOverWrite)
          Deprecated. Saves a snapshot of the TIN that is been edited to disk.
 void setToConstrainedDelaunay()
          Deprecated. Apply constrained Delaunay from now on.
 int swapEdge(int index, int type, int tag)
          Deprecated. Swap the specified edge and set the TIN as constrained Delaunay triangulation.
 
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

ITinEdit2Proxy

public ITinEdit2Proxy(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

ITinEdit2Proxy

public ITinEdit2Proxy()
Deprecated. 
For internal use only


ITinEdit2Proxy

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

ITinEdit2Proxy

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

ITinEdit2Proxy

protected ITinEdit2Proxy(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

resetExtent

public void resetExtent(IEnvelope pExtent)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Reset TIN's extent.

Specified by:
resetExtent in interface ITinEdit2
Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToConstrainedDelaunay

public void setToConstrainedDelaunay()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Apply constrained Delaunay from now on.

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

swapEdge

public int swapEdge(int index,
                    int type,
                    int tag)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Swap the specified edge and set the TIN as constrained Delaunay triangulation.

Specified by:
swapEdge in interface ITinEdit2
Parameters:
index - The index (in)
type - A com.esri.arcgis.geodatabase.esriTinEdgeType constant (in)
tag - The tag (in)
Returns:
The pNewIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFrom3dMultipointFeatureClass

public void addFrom3dMultipointFeatureClass(IFeatureClass pFeatureClass,
                                            ISpatialFilter pClippingFilter)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Adds features from a 3D multi-point feature class to the TIN.

Specified by:
addFrom3dMultipointFeatureClass in interface ITinEdit2
Parameters:
pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
pClippingFilter - A reference to a com.esri.arcgis.geodatabase.ISpatialFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveSnapshot

public void saveSnapshot(java.lang.String name,
                         boolean bOverWrite)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Saves a snapshot of the TIN that is been edited to disk.

Specified by:
saveSnapshot in interface ITinEdit2
Parameters:
name - The name (in)
bOverWrite - The bOverWrite (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.