Provides access to members that control TIN editing.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The ITinEdit interface is the primary interface for creating and modifying TINs. Most other interfaces grant read access to TIN elements but modifications need to come through here or ITinFeatureEdit.
Members
Description | ||
---|---|---|
AddFromFeatureClass | Adds features from a feature class to the TIN. | |
AddFromFeatureCursor | Adds features from a feature cursor to the TIN. | |
AddFromPixelBlock | Adds pixels from a pixel block to the TIN. | |
AddPointZ | Adds a 3D point to the TIN. | |
AddShape | Adds a 2D shape to the TIN. | |
AddShapeZ | Adds a 3D shape to the TIN. | |
AddWKSPointZ | Adds a well known structure point to the TIN. | |
DeleteEdgeTagValues | Deletes all edge tag values in the TIN. | |
DeleteNode | Deletes a specified node from the TIN. | |
DeleteNodesOutsideDataArea | Deletes all nodes from outside the TIN interpolation zone. | |
DeleteNodeTagValues | Deletes all node tag values in the TIN. | |
DeleteSelectedNodes | Deletes specified nodes from the TIN. | |
DeleteTriangleTagValues | Deletes all triangle face tag values in the TIN. | |
InitNew | Initializes a new TIN using the passed extent to define the data area. | |
IsDirty | Indicates if the TIN is dirty. | |
IsEditable | Indicates if the TIN can be edited. | |
IsInEditMode | Indicates if the TIN is in edit mode. | |
PropagateTriangleTagValue | Propagates triangle tag value changes to all immediate triangles with the same initial value. | |
Refresh | Updates TIN's extents, data area, and data elements count. | |
Save | Saves edits to disk. | |
SaveAs | Saves the TIN to disk using the specified name. | |
SetEdgeTagValue | Sets the tag value of the triangle edge referenced by the index. | |
SetEdgeType | Sets the type of the triangle edge referenced by the TIN. | |
SetNodeTagValue | Sets the tag value of a TIN node referenced by the index. | |
SetNodeZ | Sets the z value of a TIN node referenced by the index. | |
SetSpatialReference | Set a copy of the specified spatial reference to the TIN. | |
SetTriangleInsideDataArea | Sets a triangle within the TIN interpolation zone. | |
SetTriangleOutsideDataArea | Sets a triangle outside of the TIN interpolation zone. | |
SetTrianglesInsideDataArea | Sets all triangles within the TIN interpolation zone. | |
SetTriangleTagValue | Sets the face tag value of the triangle referenced by the index. | |
StartEditing | Initiates edit mode. | |
StopEditing | Terminates edit mode, optionally saving changes to disk. |
CoClasses that implement ITinEdit
CoClasses and Classes | Description |
---|---|
Tin | The ESRI TIN component. |