API / geotoolkit / schematics / utils / BoundsCalculation / BoundsCalculation
utils.BoundsCalculation.BoundsCalculation
Abstract class to calculate schematics component bounds
BoundsCalculation
Constructors
Methods
▸ getClassName(): string
string
▸ Abstract getComponentBounds(schematics, isCompressed?): { x: number[] ; y: number[] } | { x: number[] ; y: number[] }[]
Calculates schematics component bounds
| Name | Type | Description |
|---|---|---|
schematics | ComponentNode | component |
Optional isCompressed | boolean |
{ x: number[] ; y: number[] } | { x: number[] ; y: number[] }[]
component bounds
▸ Static getClassName(): string
string