API / geotoolkit3d / schematics / layout / DefaultAnnotationLayout / DefaultAnnotationLayout
layout.DefaultAnnotationLayout.DefaultAnnotationLayout
Default annotation layout - doesn't affect on annotations position
↳
DefaultAnnotationLayout
Constructors
Constructors
• new DefaultAnnotationLayout()
AbstractAnnotationLayout.constructor
Methods
▸ dispose(): void
Dispose
void
AbstractAnnotationLayout.dispose
▸ getAnnotation(index): AnnotationBase
Return annotation by index
| Name | Type | Description |
|---|---|---|
index | number | index of annotation |
annotation
AbstractAnnotationLayout.getAnnotation
▸ getAnnotations(): Iterator<AnnotationBase>
Return iterator of annotations
iterator
AbstractAnnotationLayout.getAnnotations
▸ getAnnotationsCount(): number
Return number of annotations
number
number of annotations
AbstractAnnotationLayout.getAnnotationsCount
▸ getClassName(): string
string
AbstractAnnotationLayout.getClassName
▸ layout(): void
Layout annotations
void
AbstractAnnotationLayout.layout
▸ Static getClassName(): string
string