Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines a format driver for reading plain text into vector features

export
interface

IFormatDriver

since

0.13

Hierarchy

  • IFormatDriver

Implemented by

Index

Methods

Methods

  • Attempts to read the given text content into vector features. A failure of this driver to parse the features is expressed by returning an object where calling hasFeatures() on it returns false.

    memberof

    IFormatDriver

    Parameters

    • size: number
    • text: string

    Returns Promise<IParsedFeatures>

Generated using TypeDoc