GeometricAlgorithms Class Reference

provides a set of geometric algorithms (Douglas-Peucker algorithm, densification of lines) More...

+ Inheritance diagram for GeometricAlgorithms:

Static Public Member Functions

def analyseDistance (base, other, callback, maxDist=-1.0, d3=True)
 
def densify (line, maxSpacing)
 
def thinOut (line, maxOrthoDist)
 

Detailed Description

provides a set of geometric algorithms (Douglas-Peucker algorithm, densification of lines)

Member Function Documentation

◆ analyseDistance()

def analyseDistance (   base,
  other,
  callback,
  maxDist = -1.0,
  d3 = True 
)
static
  @copydoc DM::GeometricAlgorithms::analyseDistance

◆ densify()

def densify (   line,
  maxSpacing 
)
static
  @copydoc DM::GeometricAlgorithms::densify

◆ thinOut()

def thinOut (   line,
  maxOrthoDist 
)
static
  @copydoc DM::GeometricAlgorithms::thinOut