Hierarchy

Constructors

Properties

geoPackage: GeoPackage

GeoPackage

Methods

  • Copy the Contents Id extensions for the table

    Parameters

    • table: string

      table name

    • newTable: string

      new table name

    Returns void

  • Copy the Feature Style extensions for the table. Relies on (String, String) to be called first.

    Parameters

    • table: string

      table name

    • newTable: string

      new table name

    Returns void

  • Copy the feature table style

    Parameters

    • featureStyleExtension: FeatureStyleExtension

      feature style extension

    • mappingTablePrefix: string

      mapping table prefix

    • table: string

      table name

    • newTable: string

      new table name

    • contentsId: number

      contents id

    • newContentsId: number

      new contents id

    Returns void

  • Copy the Feature Tile Link extensions for the table

    Parameters

    • table: string

      table name

    • newTable: string

      new table name

    Returns void

  • Copy the Geometry Index extension for the table

    Parameters

    • table: string

      table name

    • newTable: string

      new table name

    Returns void

  • Copy the Tile Scaling extensions for the table

    Parameters

    • table: string

      table name

    • newTable: string

      new table name

    Returns void

  • Delete the Feature Tile Link extensions for the table

    Parameters

    • table: string

      table name

    Returns void

  • Delete the Feature Tile Link extension including the extension entries and custom tables

    Returns void

  • Delete the Geometry Index extension for the table

    Parameters

    • table: string

      table name

    Returns void

Generated using TypeDoc