Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ManiiifestAnnotation

Parses and provides access to a standalone W3C Annotation.

Create via Maniiifest.parseAnnotation(data) or new ManiiifestAnnotation(data).

Hierarchy

  • ManiiifestAnnotation

Index

Constructors

Methods

  • getAnnotationBody(): Body
  • getAnnotationCreated(): string
  • getAnnotationId(): string
  • getAnnotationModified(): string
  • getAnnotationType(): string
  • iterateAnnotationFeature(): IterableIterator<Feature>
  • iterateAnnotationGeometryPointCoordinates(): IterableIterator<number>
  • yields

    {U.PointCoordinates} Each point coordinate pair from FeatureCollection geometry.

    Returns IterableIterator<number>

  • iterateAnnotationTargetFeature(): IterableIterator<Feature>
  • iterateAnnotationTargetGeometryPointCoordinates(): IterableIterator<number>
  • yields

    {U.PointCoordinates} Each point coordinate pair from target geometry.

    Returns IterableIterator<number>

Generated using TypeDoc