Parses and provides access to a standalone W3C Annotation.
Create via Maniiifest.parseAnnotation(data) or new ManiiifestAnnotation(data).
Maniiifest.parseAnnotation(data)
new ManiiifestAnnotation(data)
The GeoJSON Feature target, if present.
The GeoJSON FeatureCollection target, if present.
{U.Feature} Each GeoJSON feature from a FeatureCollection body.
{U.PointCoordinates} Each point coordinate pair from FeatureCollection geometry.
{U.AnnotationBodyResource} Each resource body from the annotation.
{U.AnnotationTarget} Each target of the annotation.
{U.Feature} Each GeoJSON feature from a Feature or FeatureCollection target.
{U.PointCoordinates} Each point coordinate pair from target geometry.
{U.AnnotationBodyTextualBody} Each textual body from the annotation.
Generated using TypeDoc
Parses and provides access to a standalone W3C Annotation.
Create via
Maniiifest.parseAnnotation(data)ornew ManiiifestAnnotation(data).