MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLGPkgContentTableContainer Class Reference

Detailed Description

A container class, which manages a list of feature/tile tables.

This class provides access to the gpkg_contents table of the geopackage.

Public Member Functions

int count () const
 
const TSLGPkgContentTablegetContentTableAt (int index) const
 

Member Function Documentation

◆ count()

int TSLGPkgContentTableContainer::count ( ) const

Returns the number of items within the container.

◆ getContentTableAt()

const TSLGPkgContentTable * TSLGPkgContentTableContainer::getContentTableAt ( int index) const

Query an entry from the container.

Parameters
indexThe index of the entry to query from the container.
Returns
the content table object, which provides access to a feature/tile table.