(DataSourceOptions)
Whether the geometry from this data source can be copied to other data
sources or not. Defaults to false
.
A reference to the dimensions.
The dimensions configuration, which determines those supported by this data source and whether they should use a static value or the one defined in the dimensions.
(DataSourceOptions)
The filter condition to apply to the filter rules (if any).
Defaults to ngeo.filter.Condition.AND
.
A list of filter rules to apply to this data source using the filter condition.
Whether the data source is filtrable or not.
(DataSourceOptions)
(DataSourceOptions)
(DataSourceOptions)
(DataSourceOptions)
(DataSourceOptions)
(DataSourceOptions)
The attributes of the OGC server.
The type of images to fetch by queries by the (WMS) or (WMTS).
The type of OGC server.
The type data source. Can be: 'WMS' or 'WMTS'.
values to define the shape (bbox) to use to query the layer. The values are used like a padding in css with 1, 2, 3 or 4 comma separated values: all / top-bottom, left-right / top, right-left, bottom / top, right, bottom, left.
Whether the geometry from this data source can be used to snap the geometry
of features from other data sources that are being edited. Defaults to false
.
Determines whether external features can be snapped to the edges of
features from this data source or not. Defaults to true
. Requires snappable
to be set.
Determines whether external features can be snapped to the
vertice of features from this data source or not. Defaults to true
. Requires snappable
to be set.
The tolerance in pixels the snapping should occur.
The name of the time attribute.
The time lower value, which can be combined with the time upper value to determine a range.
The time property for the data source. Used to apply time filters.
The time upper value, which can be combined with the time lower value to determine a range.
(DataSourceOptions)
The feature namespace to use with WFS requests.
The feature prefix to use with WFS requests.
A list of layer definitions that are used by WFS queries. These are not used by the (WMTS) queries (the wmtsLayers is used by WMTS queries).
The OutputFormat to use with WFS requests.
The URL to use for (WFS) requests.
The InfoFormat to use with WMS requests.
Whether the (WMS) images returned by this data source should be
single tiles or not. Defaults to false
A list of layer definitions that are used by WMS queries. These are not used by the (WMTS) queries (the wmtsLayers is used by WMTS queries).
The URL to use for (WMS) requests.
The layer name to use for the (WMTS) requests.
The URL to use for (WMTS) requests.
Generated using TypeDoc
The dimensions that are currently active on the data source.