Last updated

API / geotoolkit / schematics / utils / BoundsCalculation / BoundsCalculation

Class: BoundsCalculation

utils.BoundsCalculation.BoundsCalculation

Abstract class to calculate schematics component bounds

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new BoundsCalculation()

new BoundsCalculation()

Methods

getClassName

getClassName(): string

Returns

string


getComponentBounds

Abstract getComponentBounds(schematics, isCompressed?): { x: number[] ; y: number[] } | { x: number[] ; y: number[] }[]

Calculates schematics component bounds

Parameters

Name Type Description
schematicsComponentNodecomponent
Optional isCompressedboolean

Returns

{ x: number[] ; y: number[] } | { x: number[] ; y: number[] }[]

component bounds


getClassName

Static getClassName(): string

Returns

string