The image marginalia file links image features to annotations.
A filter is used to specify the position of the anchor point feature with which the marginalia image is associated.
By default, the application looks for image files for image marginalia in C:\Program Files\CARIS\HPD\<version>\system\PCEConfig\annotations.
An example of a basic image marginalia file is shown below.
<Object Acronym="$marga"> <Filter> <AttributeValueIsEqualTo Acronym="$lckey" Value="BottomRight"/> </Filter> <CreateAnnotation AnnotationType="IMAGE" Acronym="$imag2" File="test.tif" XOffset="3.0" HJust="Right" VJust="Top"> <SetAttribute Acronym="$colfg" Value="White" /> <SetAttribute Acronym="$colbk" Value="Blue" /> </CreateAnnotation> </Object> |
The key attributes are described here.
Tag | Attribute Description |
|---|---|
<Object/> | The feature to which the annotation is associated. Attribute: • |
<Filter> | Parent tag for the filter. |
<AttributeValueIsEqualTo /> | Filter for associating marginalia information with an anchor point. Attributes: • • |
<CreateAnnotation/> | Image annotation information. Attributes: • • • • • • • • • • Use either Height or Width. Using both can lead to image distortion. |
<SetAttribute/> | Set image feature attributes Attributes: • • |