API / geotoolkit3d / schematics / layout / ExpandedAnnotationLayout / ExpandedAnnotationLayout
layout.ExpandedAnnotationLayout.ExpandedAnnotationLayout
Expanded annotation layout - all annotations locate as vertical line with equal gaps
↳
ExpandedAnnotationLayout
Constructors
Constructors
• new ExpandedAnnotationLayout()
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