Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace VoTable

Index

Functions

loadFromString

  • loadFromString(data: string): VoTable
  • Load a VOTable from a string

    Parameters

    • data: string

      The VOTable XML content to parse.

    Returns VoTable

    A new VOTable instance.

loadFromUrl

  • Load a VOTable from the web.

    Parameters

    • url: string

      The URL of the VOTable XML document to load.

    • complete: Action

      A callback to invoke when the table has been loaded.

    Returns VoTable

    A new VOTable instance.

Generated using TypeDoc