Class Dmp.Layer.TileLayer
Extends
.
TileLayers. If a display property is changed, application MUST call [LAYER].refresh() or [MAP].refresh()
Constructor Attributes | Constructor Name and Description |
---|---|
Dmp.Layer.TileLayer(id, connectionId, resourceName, params)
|
Method Attributes | Method Name and Description |
---|---|
attr(property, val)
Sets 'property' if 'val' is provided, returns 'property' otherwise
|
|
draw()
must be manually called (through refresh()) after a property change
|
|
refresh()
Used at the application level.
|
Method Detail
attr(property, val)
Sets 'property' if 'val' is provided, returns 'property' otherwise
- Parameters:
- {Object} property
- {Object} val
- Returns:
- [property] if val is null
draw()
must be manually called (through refresh()) after a property change
refresh()
Used at the application level.
Must be called after a property is changed for correct layer behavior