|
Name |
Description |
|
ConvertToPolygons |
Converts similar triangles to a polygon feature class. |
|
DataEdgeCount |
The number of TIN edges that have a data triangle on one side or the other. |
|
DataNodeCount |
The number of data nodes in the TIN. |
|
DataTriangleCount |
The number of data triangles in the TIN. |
|
EdgeCount |
The total number of edges in the TIN. |
|
Extent |
The interpolation zone of the TIN. |
|
ExtractPolygon |
Returns a polygon definition based on all contiguous triangles having the same filter criteria. |
|
ExtractPolyline |
Returns a polyline definition based on triangle edges that meet the same filter criteria. |
|
Fields |
The collection of attribute items of the TIN. |
|
FindNaturalNeighbors |
Returns the immediate surrounding nodes to the query point. |
|
FindTriangle |
The triangle at the specified location. |
|
FindTriangleNeighborhood |
Returns all triangles whose circumscribed circle contains the query point. |
|
Flag |
The user-defined flag for the TIN. |
|
FullExtent |
The full 2D-extent of the TIN including NODATA nodes. |
|
GenerateUniqueTagValue |
Returns a new, previously unused tag value for the element. |
|
GetDataArea |
Returns a polygon representing the data area of the TIN. |
|
GetEdge |
The edge referenced by the index. |
|
GetEdgeTagValue |
The tag value of the edge referenced by the index. |
|
GetEdgeType |
Gets the specified edge's type. |
|
GetNode |
The node referenced by the specified index. |
|
GetNodeTagValue |
The tag value of the node referenced by the index. |
|
GetNodeZ |
The z value of the node referenced by the index. |
|
GetTriangle |
The triangle referenced by the index. |
|
GetTriangleSeeds |
Returns one triangle representing each polygon defined by the filter criteria of the TIN. |
|
GetTriangleTagValue |
The tag value of the triangle referenced by the index. |
|
GetUniqueTagValues |
Returns unique tag values for the specified element type. |
|
HasEdgeTagValues |
Indicates if the TIN dataset has edge tag values. |
|
HasNodeTagValues |
Indicates if the TIN dataset has node tag values. |
|
HasTriangleTagValues |
Indicates if the TIN dataset has triangle tag values. |
|
Init |
Opens the specified TIN. |
|
IsDelaunay |
Indicates if TIN was constructed using Delaunay triangulation. |
|
IsEmpty |
Indicates if the TIN contains no data. |
|
IsVoidZ |
Indicates if the passed value is equal to the TIN's void value. |
|
MakeEdgeEnumerator |
Makes an edge enumerator based on the extent of the envelope. |
|
MakeNodeEnumerator |
Makes a node enumerator based on the extent of the envelope. |
|
MakeTriangleEnumerator |
Makes a triangle enumerator based on the extent of the envelope. |
|
NodeCount |
The total number of nodes in the TIN. |
|
ProcessCancelled |
Indicates if a process has been cancelled. |
|
QueryEdge |
The edge equal to that referenced by the index. |
|
QueryEdgeAsLine |
The line equal to the edge referenced by the index. |
|
QueryEdgeAsWKSPointZs |
The points equal to the end points of the edge referenced by the index. |
|
QueryNearestEdge |
Finds and returns the nearest edge to the query point. |
|
QueryNearestNode |
Finds and returns the nearest node to the query point. |
|
QueryNode |
Queries the node equal to that specified by the index. |
|
QueryNodeAsPoint |
Queries the point equal to that specified by the index. |
|
QueryNodeAsWKSPointZ |
Queries the point equal to that specified by the index. |
|
QueryTriangle |
The triangle equal to that referenced by the index. |
|
QueryTriangleAsRing |
The ring equal to the triangle referenced by the index. |
|
QueryTriangleAsWKSPointZs |
Queries the points equal to the nodes of the triangle referenced by the index. |
|
SaveAs |
Saves the TIN to disk using the specified name. |
|
SetEmpty |
Uninitializes the TIN. |
|
SuperNodeExtent |
The full extent of the TIN based on the super nodes. |
|
Surface |
The ISurface interface (convenient tool for chaining in VB). |
|
TrackCancel |
The process cancellation on TIN methods. |
|
TriangleCount |
The total number of triangles in the TIN. |
|
UniqueTagValueCount |
The number of unique tag values for the specified element type. |
|
Version |
Returns the version number of the TIN engine used to build the TIN. |
|
ZFactor |
Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components. |