GeoPackage Extension Manager for deleting and copying extensions

Hierarchy

Constructors

Properties

geoPackage: GeoPackage

GeoPackage

Methods

  • Copy the Metadata extensions for the table

    Parameters

    • table: string

      table name

    • newTable: string

      new table name

    Returns void

  • Copy the RTree Spatial extension for the table

    Parameters

    • table: string

      table name

    • newTable: string

      new table name

    Returns void

  • Copy the Related Tables extensions for the table

    Parameters

    • table: string

      table name

    • newTable: string

      new table name

    Returns void

  • Copy the Schema extensions for the table

    Parameters

    • table: string

      table name

    • newTable: string

      new table name

    Returns void

  • Delete the Properties extension if the deleted table is the properties table

    Parameters

    • table: string

      table name

    Returns void

  • Delete the RTree Spatial extension for the table

    Parameters

    • table: string

      table name

    Returns void

  • Delete the Related Tables extensions for the table

    Parameters

    • table: string

      table name

    Returns void

Generated using TypeDoc