Function addVoTableLayerWithPlotType

  • Add a new VoTableLayer to the manager.

    Parameters

    • table: VoTable

      The VoTable that will underlie the new layer.

    • title: string

      The name that will be given to the new layer.

    • plotType: PlotTypes

      The point plotting type that the new layer will use.

    Returns VoTableLayer

    The newly-created layer.

Generated using TypeDoc