Geometry Index Extension Table Creator

Hierarchy

Constructors

Properties

geoPackage: GeoPackage
GEOMETRY_INDEX: "geometry_index" = 'geometry_index'

Geometry Index property

INDEX_GEOMETRY_INDEX: "geometry_index_index" = 'geometry_index_index'

Index Geometry Index property

TABLE_INDEX: "table_index" = 'table_index'

Table Index property

UNINDEX_GEOMETRY_INDEX: "geometry_index_unindex" = 'geometry_index_unindex'

Unindex Geometry Index property

sqlScripts: {
    contents: string[];
    contents_id: string[];
    data_column_constraints: string[];
    data_columns: string[];
    extended_relations: string[];
    extensions: string[];
    feature_tile_link: string[];
    geometry_columns: string[];
    geometry_index: string[];
    geometry_index_index: string[];
    geometry_index_unindex: string[];
    metadata: string[];
    metadata_reference: string[];
    spatial_reference_system: string[];
    table_index: string[];
    tile_matrix: string[];
    tile_matrix_set: string[];
    tile_scaling: string[];
} = ...

Type declaration

  • contents: string[]
  • contents_id: string[]
  • data_column_constraints: string[]
  • data_columns: string[]
  • extended_relations: string[]
  • extensions: string[]
  • feature_tile_link: string[]
  • geometry_columns: string[]
  • geometry_index: string[]
  • geometry_index_index: string[]
  • geometry_index_unindex: string[]
  • metadata: string[]
  • metadata_reference: string[]
  • spatial_reference_system: string[]
  • table_index: string[]
  • tile_matrix: string[]
  • tile_matrix_set: string[]
  • tile_scaling: string[]

Methods

Generated using TypeDoc