public interface ITinEdit2
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID21c49cc8_3c46_454e_9115_57490fb6ba4f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID21c49cc8_3c46_454e_9115_57490fb6ba4f
static final int xxDummy
static final java.lang.String IID
void resetExtent(IEnvelope pExtent) throws java.io.IOException, AutomationException
pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setToConstrainedDelaunay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int swapEdge(int index, int type, int tag) throws java.io.IOException, AutomationException
index
- The index (in)type
- A com.esri.arcgis.geodatabase.esriTinEdgeType constant (in)tag
- The tag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFrom3dMultipointFeatureClass(IFeatureClass pFeatureClass, ISpatialFilter pClippingFilter) throws java.io.IOException, AutomationException
pFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)pClippingFilter
- A reference to a com.esri.arcgis.geodatabase.ISpatialFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveSnapshot(java.lang.String name, boolean bOverWrite) throws java.io.IOException, AutomationException
name
- The name (in)bOverWrite
- The bOverWrite (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.