com.esri.arcgis.geodatabase
Interface ITinEdit2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinEdit2Proxy, Tin

public interface ITinEdit2
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID21c49cc8_3c46_454e_9115_57490fb6ba4f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addFrom3dMultipointFeatureClass(IFeatureClass pFeatureClass, ISpatialFilter pClippingFilter)
          Adds features from a 3D multi-point feature class to the TIN.
 void resetExtent(IEnvelope pExtent)
          Reset TIN's extent.
 void saveSnapshot(java.lang.String name, boolean bOverWrite)
          Saves a snapshot of the TIN that is been edited to disk.
 void setToConstrainedDelaunay()
          Apply constrained Delaunay from now on.
 int swapEdge(int index, int type, int tag)
          Swap the specified edge and set the TIN as constrained Delaunay triangulation.
 

Field Detail

IID21c49cc8_3c46_454e_9115_57490fb6ba4f

static final int IID21c49cc8_3c46_454e_9115_57490fb6ba4f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

resetExtent

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

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

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

swapEdge

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

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

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

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

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

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.