| Name | Description |
| Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| GetDataArea |
Gets the data area of the TIN as a Z-aware polygon.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetDatastore |
Gets the data store of this dataset.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Core.Data.Dataset) |
| GetDefinition | Gets the TinDatasetDefinition of this TIN dataset. This method must be called on the MCT. Use QueuedTask.Run. |
| GetEdgeByIndex |
Gets the edge specified by the index.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetEdgeCount |
Gets the number of edges in this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetExtent | Gets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in the TinDataset. This method must be called on the MCT. Use QueuedTask.Run. |
| GetFullExtent |
Gets the full 2D-extent of the TIN including NODATA nodes.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetIsEmpty |
Gets if the TIN is empty.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetName |
Gets the name of the dataset.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Core.Data.Dataset) |
| GetNaturalNeighbors |
Gets the set of nodes that are the natural neighbors of the specified point.
The natural neighbors of a point are the nodes it would connect with to form triangles if it were inserted in the triangulation.
They are the closest surrounding nodes in all directions.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetNearestEdge |
Gets the nearest edge to the specified point.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetNearestNode |
Gets the nearest node to the specified point.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetNodeByIndex |
Gets the node specified by the index.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetNodeCount |
Gets the number of nodes in this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetOutsideEdgeCount |
Gets the number of outside edges in this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetOutsideNodeCount |
Gets the number of outside nodes in this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetOutsideTriangleCount |
Gets the number of outside triangles in this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetPath |
Gets the URI path to the dataset.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Core.Data.Dataset) |
| GetRegistrationType | Gets the ArcGIS.Core.Data.RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset) |
| GetSuperNodeExtent |
Gets the full extent of the TIN based on the super nodes.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetTriangleByIndex |
Gets the triangle specified by the index.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetTriangleByPoint |
Gets the triangle at the specified point.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetTriangleCount |
Gets the number of triangles in this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetTriangleNeighborhood |
Gets all triangles whose circumscribed circle contains the specified point.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetVersion |
Gets the version of this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| GetZFactor |
Gets the Z unit conversion factor for this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| HasEdgeTags |
Gets if any edges have tags in this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| HasHardEdges |
Gets if there are any hard edges in this TIN. Hard and soft edges are enforced in the triangulation.
This method must be called on the MCT. Use QueuedTask.Run.
|
| HasNodeTags |
Gets if any nodes have tags in this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| HasSoftEdges |
Gets if there are any soft edges in this TIN. Hard and soft edges are enforced in the triangulation.
This method must be called on the MCT. Use QueuedTask.Run.
|
| HasTriangleTags |
Gets if any triangles have tags in this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| SearchEdges | Retrieves the edges in the TIN that satisfy the criteria set in the . If no filter is set, all edges will be retrieved. This method must be called on the MCT. Use QueuedTask.Run. |
| SearchNodes | Retrieves the nodes in the TIN that satisfy the criteria set in the . If no filter is set, all nodes will be retrieved. This method must be called on the MCT. Use QueuedTask.Run. |
| SearchTriangles | Retrieves the triangles in the TIN that satisfy the criteria set in the . If no filter is set, all triangles will be retrieved. This method must be called on the MCT. Use QueuedTask.Run. |
| SetZFactor |
Sets the Z unit conversion factor for this TIN.
This method must be called on the MCT. Use QueuedTask.Run.
|
| UsesConstrainedDelaunay |
Gets if the TIN is defined using the Constrained Delaunay triangulation technique.
This method must be called on the MCT. Use QueuedTask.Run.
|