113 |
* Returns the {@link StyledLayerInterface} object that is associated with the layer or NULL if the layer can't be found. |
* Returns the {@link StyledLayerInterface} object that is associated with the layer or NULL if the layer can't be found. |
114 |
*/ |
*/ |
115 |
StyledLayerInterface<?> getStyledObjectFor(MapLayer layer); |
StyledLayerInterface<?> getStyledObjectFor(MapLayer layer); |
116 |
|
|
117 |
|
/** |
118 |
|
* @return The {@link MapContext} managed by this {@link MapContextManagerInterface} |
119 |
|
*/ |
120 |
|
MapContext getMapContext(); |
121 |
|
|
122 |
} |
} |