This is an old revision of the document!
PHP's gd library is missing or unable to create PNG images
Create Elevation Graph
Description
This functor creates the elevation patch graph from the neighborhood information and their properties.
Inputs
| Name | Type | Description |
|---|---|---|
| Neighborhood Table | Neighborhood Table Type | Relationship of neighborhoods between the patches. |
| Properties | Table Type | Table of elevation patch properties. The table has format “id*:real, elevation:real, area:real, slope:real, y:real, x:real”. The y and x values typically represent coordinates of the patch centroids. |
Optional Inputs
None.
Output
| Name | Type | Description |
|---|---|---|
| Elevation Graph | Elevation Graph Type | Graph of elevation patches created from the neighborhood relationships and their properties. |
Group
Notes
Creates the elevation patch graph from the neighborhood information and their properties.
Internal Name
CreateElevationGraph