Interface DatasetCapabilities

Represents the capabilities of a Dataset.

interface DatasetCapabilities {
    supportsAddItems: boolean;
    supportsGeometry: boolean;
    supportsPopups: boolean;
    supportsRemoveItems: boolean;
}

Properties

supportsAddItems: boolean

Flag if the dataset supports the addItems method.

supportsGeometry: boolean

Does the data set have items with geometry field.

supportsPopups: boolean

Flag to indicate if data source supports popups.

supportsRemoveItems: boolean

Flag if the dataset supports the removeItems method.

Generated using TypeDoc