|
|
|
Description |
 |
AsPolygons |
Converts the TIN to a polygon feature class representing slope or aspect. |
 |
Contour |
Interpolates isolines of the TIN surface based on a root value and an interval. |
 |
ContourList |
The values of isolines, placed into a feature class. |
 |
ConvertToMultiPatches |
Convert TIN into Multipatches. |
 |
DecimateNodes |
Outputs a new TIN with reduced number of nodes. |
 |
DecimateNodesByCount |
Outputs a new TIN with reduced number of nodes. |
 |
Domain |
The interpolation domain of the surface. |
 |
GetAspectDegrees |
Returns the aspect at the specified location in degrees. |
 |
GetAspectRadians |
Returns the aspect at the specified location in radians. |
 |
GetContour |
Returns a countour passing through the queried point. |
 |
GetElevation |
Returns the z value of the specified object. |
 |
GetLineOfSight |
Returns a line-of-site indicator interpolated from the TIN based on an input polyline. |
 |
GetPartialVolumeAndArea |
Returns portion of the TIN's volume above or below an input z value. |
 |
GetProfile |
Returns a polyline with z values interpolated from the TIN. |
 |
GetProjectedArea |
Returns the projected area of the TIN above or below an input z value. |
 |
GetSlopeDegrees |
Returns the slope at the specified location in degrees. |
 |
GetSlopePercent |
Returns the slope at the specified location in percent. |
 |
GetSlopeRadians |
Returns the slope at the specified location in radians. |
 |
GetSteepestPath |
Returns a polyline interpolated as the steepest path downhill from a specified point. |
 |
GetSurfaceArea |
Returns the TIN's area measured on its surface above or below an input z value. |
 |
GetSurfaceElement |
Returns the surface element at the specified location. |
 |
GetVolume |
Returns the TIN's volume above or below an input z value. |
 |
InterpolateAsMultiPatch |
Interpolate the input Polygon and output as a Multipatch. |
 |
InterpolateShape |
Interpolates z values for a defined geometric shape. |
 |
InterpolateShapeVertices |
Interpolates z values for a defined geometric shape at its vertices only. |
 |
IsVoidZ |
Returns TRUE if the passed value is equal to the TIN's void value. |
 |
Locate |
Returns the intersection of the query ray and the displayed feature. |
 |
LocateAll |
Returns the distances of intersections of the query ray and the displayed feature. |
 |
LocateMultiple |
Returns the intersections of the query ray and the surface. |
 |
QueryNormal |
Returns the vector normal to the specified triangle. |
 |
QueryPixelBlock |
Derives slope, aspect, hillshade, or elevation from the input surface and writes the result to the provided PixelBlock. |
 |
QuerySurfaceLength |
Returns the length of an input polyline measured on the TIN's surface. |
 |
RasterInterpolationMethod |
The elevation interpolation method for rasterization. |
 |
SunPosition |
The vector indicating the direction of the light source relative to the scene. |
 |
Z |
The surface Z = f(x,y). |
 |
ZFactor |
Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components. |