This commit is contained in:
Carla
2016-08-30 13:44:58 +02:00
committed by GitHub
parent 22cdc53c49
commit 2a665a60db

View File

@@ -2,7 +2,7 @@
Generates a fake contour map, in the form of a TIN map, from a set of scattered points.Depends on **CDB_Densify**.
Its iterative nature let's the user smooth the final result as much as desired, but with a exponential time cost increase
Its iterative nature lets the user smooth the final result as much as desired, but with a exponential time cost increase.
### CDB_TINmap(geomin geometry[], colin numeric[], iterations integer)