public class GeoInformation extends Object implements Serializable
| Constructor and Description |
|---|
GeoInformation()
Instantiates a new geo information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the display name.
|
GeoStyles |
getGeoStyle()
Gets the geo style.
|
String |
getLayerName()
Gets the layer name.
|
Map<String,String> |
getMapWmsNoStandardParams()
Gets the map wms no standard params.
|
Map<String,String> |
getParametersMap()
Gets the parameters map.
|
String |
getTitle()
Gets the title.
|
void |
setDisplayName(String displayName)
Sets the display name.
|
void |
setGeoStyle(GeoStyles geo)
Sets the geo style.
|
void |
setLayerName(String layerName)
Sets the layer name.
|
void |
setNoWmsParameters(Map<String,String> mapWmsNotStandardParams)
Sets the no wms parameters.
|
void |
setParametersMap(Map<String,String> parametersMap)
Sets the parameters map.
|
void |
setTitle(String title)
Sets the title.
|
String |
toString() |
public void setTitle(String title)
title - the new titlepublic void setDisplayName(String displayName)
displayName - the new display namepublic void setLayerName(String layerName)
layerName - the new layer namepublic void setGeoStyle(GeoStyles geo)
geo - the new geo stylepublic GeoStyles getGeoStyle()
public void setParametersMap(Map<String,String> parametersMap)
parametersMap - the parameters mappublic String getTitle()
public String getDisplayName()
public String getLayerName()
public Map<String,String> getParametersMap()
public void setNoWmsParameters(Map<String,String> mapWmsNotStandardParams)
mapWmsNotStandardParams - the map wms not standard paramspublic Map<String,String> getMapWmsNoStandardParams()
Copyright © 2017. All Rights Reserved.