Extends
gxp.plugins.WMSSource.
Plugin for using Geowebcache service
Defined in: GWCSource.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Plugin for using Geowebcache layers with :class:`gxp.Viewer` instances.
|
| Field Attributes | Field Name and Description |
|---|---|
|
framework_gwcsource plugin type.
|
|
|
Only WFS 1.1.0 is supported at the moment.
|
|
|
api: config[version]
Only WMS 1.1.1 is supported at the moment.
|
| Method Attributes | Method Name and Description |
|---|---|
|
Creates a store of layer records.
|
|
|
getConfigForRecord(record)
Create a config object that can be used to recreate the given record
|
|
|
getSchema(rec, callback, scope)
Gets the schema for a layer of this source, if the layer is a feature
layer.
|
|
|
getWFSProtocol(record, callback, scope)
Creates a WFS protocol for the given WMS layer record.
|