Uses of Enum Class
io.goobi.viewer.model.annotation.AltoAnnotationBuilder.Granularity
Packages that use AltoAnnotationBuilder.Granularity
Package
Description
Core annotation model for the Goobi viewer, covering persistent database-backed annotations,
crowdsourcing annotations, ALTO-based annotation building, and publication status tracking.
Provides builders for assembling IIIF Presentation API 2 resources such as manifests,
sequences, canvases, structures, and annotation layers from Goobi viewer record data.
-
Uses of AltoAnnotationBuilder.Granularity in io.goobi.viewer.model.annotation
Methods in io.goobi.viewer.model.annotation that return AltoAnnotationBuilder.GranularityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AltoAnnotationBuilder.Granularity[]AltoAnnotationBuilder.Granularity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.annotation with parameters of type AltoAnnotationBuilder.GranularityModifier and TypeMethodDescriptionList<de.intranda.api.annotation.AbstractAnnotation> AltoAnnotationBuilder.createAnnotations(de.intranda.digiverso.ocr.alto.model.structureclasses.Page alto, String pi, Integer pageNo, de.intranda.api.annotation.IResource target, AltoAnnotationBuilder.Granularity granularity, boolean urlOnlyTarget) createAnnotations. -
Uses of AltoAnnotationBuilder.Granularity in io.goobi.viewer.model.iiif.presentation.v2.builder
Methods in io.goobi.viewer.model.iiif.presentation.v2.builder with parameters of type AltoAnnotationBuilder.GranularityModifier and TypeMethodDescriptionMap<de.intranda.api.iiif.presentation.enums.AnnotationType, de.intranda.api.iiif.presentation.v2.AnnotationList> SequenceBuilder.addOtherContent(StructElement doc, PhysicalElement page, de.intranda.api.iiif.presentation.v2.Canvas2 canvas, boolean populate, AltoAnnotationBuilder.Granularity altoGranularity) Same asSequenceBuilder.addOtherContent(StructElement, PhysicalElement, Canvas2, boolean), but ALTO-based text annotations are created at the given granularity.