Last updated

API / geotoolkit / deviation / ClipHelper / ClipHelper

Class: ClipHelper

deviation.ClipHelper.ClipHelper

Clip helper class

Table of contents

Constructors
Methods

Contents

Constructors

new ClipHelper()

new ClipHelper()

Methods

getClassName

getClassName(): string

Returns

string


getClassName

Static getClassName(): string

Returns

string


intersectLines

Static intersectLines(pointsPri, pointsSec): Point

Find a point as intersection of two arrays of points

Parameters

Name Type Description
pointsPriPoint[]first array of points
pointsSecPoint[]second array of points

Returns

Point