|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWmsLayer
| Method Summary | |
|---|---|
java.lang.String |
getAbstract()
|
Legend |
getLegend()
Return a Legend with legend information or null if legend can not
be created. |
IWmsLayerStyle[] |
getStyles()
|
java.lang.String |
getTitle()
|
java.lang.String |
getWmsName()
|
boolean |
isQueryable()
|
boolean |
isStyleSupported(java.lang.String name)
|
LayerFeatureInfoResponse |
query(int x,
int y)
Do a GetFeatureInfo query. |
void |
setDefaultStyle()
|
void |
setRequestParameters(java.util.Properties requestParameters)
OpenMap will use this method to set request parameters to the layer. |
void |
setStyle(java.lang.String name)
Set the style in the layer |
| Method Detail |
|---|
java.lang.String getTitle()
java.lang.String getWmsName()
Layer.getPropertyPrefix() and are used in WMS Urls.java.lang.String getAbstract()
boolean isQueryable()
LayerFeatureInfoResponse query(int x,
int y)
x - y -
IWmsLayerStyle[] getStyles()
void setStyle(java.lang.String name)
name - style nameboolean isStyleSupported(java.lang.String name)
name - style name for query
void setDefaultStyle()
void setRequestParameters(java.util.Properties requestParameters)
For nested layers, this method may be called several times.
See wms-1.1.1 chapter 6.5.11 Vendor-Specific Parameters
requestParameters - Legend getLegend()
Legend with legend information or null if legend can not
be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||