Last updated

API / geotoolkit3d / schematics / layout / AbstractAnnotationLayout / AbstractAnnotationLayout

Class: AbstractAnnotationLayout

layout.AbstractAnnotationLayout.AbstractAnnotationLayout

Base class for schematics annotations layout

Hierarchy

Table of contents

Constructors
Methods

Contents

Constructors

new AbstractAnnotationLayout()

Protected new AbstractAnnotationLayout()

Methods

dispose

dispose(): void

Dispose

Returns

void


getAnnotation

getAnnotation(index): AnnotationBase

Return annotation by index

Parameters

Name Type Description
indexnumberindex of annotation

Returns

AnnotationBase

annotation


getAnnotations

getAnnotations(): Iterator<AnnotationBase>

Return iterator of annotations

Returns

Iterator<AnnotationBase>

iterator


getAnnotationsCount

getAnnotationsCount(): number

Return number of annotations

Returns

number

number of annotations


getClassName

getClassName(): string

Returns

string


layout

Abstract layout(): void

Layout annotations

Returns

void


getClassName

Static getClassName(): string

Returns

string