Interface: DataSource

ngeox.DataSource

Members

(non-null) activeDimensions: ngeox.DimensionsActive

combinableForWFS: boolean

combinableForWMS: boolean

filterCondition: string

(nullable) filterRules: Array:.<!ngeox.rule.Rule:>

queryable: boolean

supportsWFS: boolean

supportsWMS: boolean

wfsUrl: string|undefined

wmsUrl: string|undefined

Methods

combinableWithDataSourceForWFS(dataSource)

Parameters:
Name Type Description
dataSource ngeox.DataSource

Data source.

Returns:
boolean

Whether this data source can be combined to the given other data source to fetch features in a single WFS request.

combinableWithDataSourceForWMS(dataSource)

Parameters:
Name Type Description
dataSource ngeox.DataSource

Data source.

Returns:
boolean

Whether this data source can be combined to the given other data source to fetch features in a single WMS request.

haveTheSameActiveDimensions(dataSource)

Parameters:
Name Type Description
dataSource !ngeox.DataSource

Remote data source to compare with this one.

Returns:
boolean

Whether the two data sources have the same active dimensions. If both have no dimensions, they are considered to be sharing the same dimensions.