** EXPERIMENTAL **
Gets the annotation captures, i.e. the annotation captures contained in the given annotation group.
The AnnotationCaptureInterfaces of the given annotation view group.
Gets the annotation views, i.e. the annotations contained in the given annotation group.
Such AnnotationViewInterfaces may be included in an AnnotationRendererInterface.
The AnnotationViewInterfaces of the given annotation view group.
The AnnotationResultInterface interface is the result of an annotation retrieval query from an AnnotationGetterInterface.
Its API is very similar to the AnnotationGroupInfoInterface since it is the result of the AnnotationGetterInterface.fetchAnnotationGroups of an AnnotationGroupInfoInterface.
The AnnotationResultInterface also contains the application matrix to set for the given annotation views, and of course the AnnotationViewInterfaces to be added to the AnnotationRendererInterface for display. The application matrix is also set as default matrix for all AnnotationViewInterface (AnnotationViewInterface.getDefaultMatrix).
Or with async calls :
Please see Annotations for more explanations about annotations.
See