Last updated

API / geotoolkit / util / DelaunayTriangulator / DelaunayTriangulator

Namespace: DelaunayTriangulator

util.DelaunayTriangulator.DelaunayTriangulator

Table of contents

Type Aliases

Contents

Type Aliases

TriangulateSurface

Ƭ TriangulateSurface: Object

the triangulation options.

Type declaration

NameTypeDescription
enablefiltergaps?booleanOptional. Whether to filter out triangles formed in large gaps where there is no data. This helps when the points are in a concave hull shape, but a too low threshold can remove useful triangles. For unordered triangulation only.
filtergapsthreshold?numberOptional. The threshold for gap filtering. A smaller threshold will filter out smaller triangles, for example a value of 5 will filter out triangles that have edges 5 times longer (or more) than the average edge length in the surface.
nullvalue?numberNull value: points with Z value (elevation) equals this value will be filtered out and will not generate triangles.