@ngageoint/geopackage
Version:
GeoPackage JavaScript Library
18 lines • 504 B
JavaScript
;
/**
* @module extension/relatedTables
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExtendedRelation = void 0;
/**
* Describes the relationships between a base table, a related data table, and a
* mapping table
* @class ExtendedRelation
*/
var ExtendedRelation = /** @class */ (function () {
function ExtendedRelation() {
}
return ExtendedRelation;
}());
exports.ExtendedRelation = ExtendedRelation;
//# sourceMappingURL=extendedRelation.js.map