Object Name:ImageAnnotation
| | Description: Annotation location and description. The annotation can be a specific point, area in terms of a rectangle, area in terms of an oval, or area in terms of a circle. An annotation can also be general for the image and lack location.
|
|
Primary Key:id
| | |
| Attribute Name: id | Type: Character | This is the id inherited from BaseObject. Other fields, for instance userId and groupId, are also inhered from the BaseObject (see specification of BaseObject).
|
| Attribute Name: imageId | Type: Character | The MorphBank Object ID of the related image.
|
| Attribute Name: description | Type: Character | A character description of the annotation.
|
| Attribute Name: phylogeneticStateId | Type: Character | The related character state of the annotation.
|
| Attribute Name: value | Type: Integer | The related measurement of the annotation.
|
| Attribute Name: typeAnnotation | Type: Character | The type of area annotation.
|
| Attribute Name: xLocation | Type: Integer | The X-Location of the annotation or x-anchor of the rectangle, center point of the radius or oval.
|
| Attribute Name: yLocation | Type: Integer | The Y-Location of the annotation or y-anchor of the rectangle, center point of the radius or oval.
|
| Attribute Name: areaHeight | Type: Integer | The height of the annotation if a rectangle was specified. If it is an oval then this represents the height of the y coordinate.
|
| Attribute Name: areaWidth | Type: Integer | The width of the annotation if a rectangle was specified. If it is an oval then this represents the width of the x coordinate.
|
| Attribute Name: areaRadius | Type: Integer | The height of the annotation if a rectangle was specified.
|
| Attribute Name: annotationQuality | Type: enumeration | This field can be used to characterized the quality of the annotation.
|