Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function MagdaCatalogItem(terria) {
CatalogItem.call(this, terria);
/**
* Gets or sets the ID of the MAGDA distribution referred to by this catalog item. Either this property
* or {@see MagdaCatalogItem#datasetId} must be specified. If {@see MagdaCatalogItem#datasetId} is
* specified too, and this distribution is not found, _any_ supported distribution may be used instead,
* depending on the value of {@see MagdaCatalogItem#allowAnyDistributionIfDistributionIdNotFound}.
* @type {String}
*/
this.distributionId = undefined;
/**
* Gets or sets the ID of the MAGDA dataset referred to by this catalog item. Either this property
* is {@see MagdaCatalogItem#distributionId} must be specified. The first distribution of a supported type
* in this dataset will be used.
* @type {String}
*/
function MagdaCatalogItem(terria) {
CatalogItem.call(this, terria);
/**
* Gets or sets the ID of the MAGDA distribution referred to by this catalog item. Either this property
* or {@see MagdaCatalogItem#datasetId} must be specified. If {@see MagdaCatalogItem#datasetId} is
* specified too, and this distribution is not found, _any_ supported distribution may be used instead,
* depending on the value of {@see MagdaCatalogItem#allowAnyDistributionIfDistributionIdNotFound}.
* @type {String}
*/
this.distributionId = undefined;
/**
* Gets or sets the ID of the MAGDA dataset referred to by this catalog item. Either this property
* is {@see MagdaCatalogItem#distributionId} must be specified. The first distribution of a supported type
* in this dataset will be used.
* @type {String}
*/