public class GeoInformationForWMSRequest extends Object implements Serializable
| Constructor and Description |
|---|
GeoInformationForWMSRequest()
Instantiates a new geo information for wms request.
|
GeoInformationForWMSRequest(String baseWmsServiceHost,
String wmsRequest,
String layerName,
String versionWms,
String crs,
HashMap<String,String> mapWmsNoStandard,
Styles styles,
ZAxis zAxis)
Instantiates a new geo information for wms request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseWmsServiceHost()
Gets the base wms service host.
|
String |
getCrs()
Gets the crs.
|
String |
getLayerName()
Gets the layer name.
|
HashMap<String,String> |
getMapWMSNoStandard()
Gets the map wms no standard.
|
Styles |
getStyles()
Gets the styles.
|
String |
getVersionWMS()
Gets the version wms.
|
String |
getWmsRequest()
Gets the wms request.
|
ZAxis |
getZAxis()
Gets the z axis.
|
boolean |
isNcWMS()
Checks if is nc wms.
|
void |
setBaseWmsServiceHost(String baseWmsServiceHost)
Sets the base wms service host.
|
void |
setCrs(String crs)
Sets the crs.
|
void |
setLayerName(String layerName)
Sets the layer name.
|
void |
setMapWMSNoStandard(HashMap<String,String> mapWMSNoStandard)
Sets the map wms no standard.
|
void |
setNcWMS(boolean isNcWMS)
Sets the nc wms.
|
void |
setStyles(Styles styles)
Sets the styles.
|
void |
setVersionWMS(String versionWMS)
Sets the version wms.
|
void |
setWmsRequest(String wmsRequest)
Sets the wms request.
|
void |
setZAxis(ZAxis zAxis)
Sets the z axis.
|
String |
toString() |
public GeoInformationForWMSRequest()
public GeoInformationForWMSRequest(String baseWmsServiceHost, String wmsRequest, String layerName, String versionWms, String crs, HashMap<String,String> mapWmsNoStandard, Styles styles, ZAxis zAxis)
baseWmsServiceHost - the base wms service hostwmsRequest - the wms requestlayerName - the layer nameversionWms - the version wmscrs - the crsmapWmsNoStandard - the map wms not standardstyles - the layer styleszAxis - the z axispublic ZAxis getZAxis()
public void setZAxis(ZAxis zAxis)
zAxis - the zAxis to setpublic String getBaseWmsServiceHost()
public String getWmsRequest()
public String getLayerName()
public String getVersionWMS()
public String getCrs()
public HashMap<String,String> getMapWMSNoStandard()
public Styles getStyles()
public boolean isNcWMS()
public void setBaseWmsServiceHost(String baseWmsServiceHost)
baseWmsServiceHost - the baseWmsServiceHost to setpublic void setWmsRequest(String wmsRequest)
wmsRequest - the wmsRequest to setpublic void setLayerName(String layerName)
layerName - the layerName to setpublic void setVersionWMS(String versionWMS)
versionWMS - the versionWMS to setpublic void setCrs(String crs)
crs - the crs to setpublic void setMapWMSNoStandard(HashMap<String,String> mapWMSNoStandard)
mapWMSNoStandard - the mapWMSNoStandard to setpublic void setStyles(Styles styles)
styles - the styles to setpublic void setNcWMS(boolean isNcWMS)
isNcWMS - the isNcWMS to setCopyright © 2016. All Rights Reserved.