TIN Slope (3D Analyst)

Niveau de licence :De baseStandardAvancé

Récapitulatif

Extracts slope information from an input TIN into an output feature class.

Produces a polygon feature class whose polygons are determined by the input TIN's triangle slope values.

LegacyLegacy :

This is a deprecated tool. To learn more about how this tool works click here to view archived documentation. This functionality has been added to the Surface Slope tool.

Utilisation

Syntaxe

TinSlope_3d (in_tin, out_feature_class, {units}, {class_breaks_table}, {slope_field}, {z_factor})
ParamètreExplicationType de données
in_tin

The input TIN.

Tin Layer
out_feature_class

The output feature class.

Feature Class
units
(Facultatif)

The units of measure for the slope values. Units are honored when a class breaks table is used.

String
class_breaks_table
(Facultatif)

An input table containing the classification breaks that will be used to classify the output feature class.

Table
slope_field
(Facultatif)

The field containing slope values.

String
z_factor
(Facultatif)

The factor applied to the slope calculation to convert the TIN's z units to x and y units. By default, the z-factor is 1.

Double

Exemple de code

TIN Slope Example (Python window)

The following Python Window script demonstrates how to use the TIN Slope function in immediate mode.

import arcgisscripting
gp = arcgisscripting.create()

gp.CheckOutExtension("3D")
gp.workspace = "C:/data"
gp.TinSlope_3d("tin", "slope.shp")

Environnements

Informations de licence

ArcGIS for Desktop Basic : Requis 3D Analyst
ArcGIS for Desktop Standard : Requis 3D Analyst
ArcGIS for Desktop Advanced : Requis 3D Analyst
9/12/2013