public class GisViewerServiceParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataMinerUrl |
protected String |
geoNetworkPwd |
protected String |
geoNetworkUrl |
protected String |
geoNetworkUser |
protected String |
geoServerPwd |
protected String |
geoServerUrl |
protected String |
geoServerUser |
protected String |
scope |
protected String |
transectUrl |
| Constructor and Description |
|---|
GisViewerServiceParameters()
Instantiates a new gis viewer service parameters.
|
GisViewerServiceParameters(String geoServerUrl,
String geoServerUser,
String geoServerPwd,
String geoNetworkUrl,
String geoNetworkUser,
String geoNetworkPwd,
String transectUrl,
String dataMinerUrl,
String scope)
Instantiates a new gis viewer service parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataMinerUrl()
Gets the data miner url.
|
String |
getGeoNetworkPwd()
Gets the geo network pwd.
|
String |
getGeoNetworkUrl()
Gets the geo network url.
|
String |
getGeoNetworkUser()
Gets the geo network user.
|
String |
getGeoServerPwd()
Gets the geo server pwd.
|
String |
getGeoServerUrl()
Gets the geo server url.
|
String |
getGeoServerUser()
Gets the geo server user.
|
String |
getScope()
Gets the scope.
|
String |
getTransectUrl()
Gets the transect url.
|
void |
setDataMinerUrl(String dataMinerUrl)
Sets the data miner url.
|
void |
setGeoNetworkPwd(String geoNetworkPwd)
Sets the geo network pwd.
|
void |
setGeoNetworkUrl(String geoNetworkUrl)
Sets the geo network url.
|
void |
setGeoNetworkUser(String geoNetworkUser)
Sets the geo network user.
|
void |
setGeoServerPwd(String geoServerPwd)
Sets the geo server pwd.
|
void |
setGeoServerUrl(String geoServerUrl)
Sets the geo server url.
|
void |
setGeoServerUser(String geoServerUser)
Sets the geo server user.
|
void |
setScope(String scope)
Sets the scope.
|
void |
setTransectUrl(String transectUrl)
Sets the transect url.
|
String |
toString() |
protected String geoServerUrl
protected String geoServerUser
protected String geoServerPwd
protected String geoNetworkUrl
protected String geoNetworkUser
protected String geoNetworkPwd
protected String transectUrl
protected String scope
protected String dataMinerUrl
public GisViewerServiceParameters()
public GisViewerServiceParameters(String geoServerUrl, String geoServerUser, String geoServerPwd, String geoNetworkUrl, String geoNetworkUser, String geoNetworkPwd, String transectUrl, String dataMinerUrl, String scope)
geoServerUrl - the geo server urlgeoServerUser - the geo server usergeoServerPwd - the geo server pwdgeoNetworkUrl - the geo network urlgeoNetworkUser - the geo network usergeoNetworkPwd - the geo network pwdtransectUrl - the transect urldataMinerUrl - the data miner urlscope - the scopepublic String getGeoServerUrl()
public void setGeoServerUrl(String geoServerUrl)
geoServerUrl - the geoServerUrl to setpublic String getGeoServerUser()
public void setGeoServerUser(String geoServerUser)
geoServerUser - the geoServerUser to setpublic String getGeoServerPwd()
public void setGeoServerPwd(String geoServerPwd)
geoServerPwd - the geoServerPwd to setpublic String getGeoNetworkUrl()
public void setGeoNetworkUrl(String geoNetworkUrl)
geoNetworkUrl - the geoNetworkUrl to setpublic String getGeoNetworkUser()
public void setGeoNetworkUser(String geoNetworkUser)
geoNetworkUser - the geoNetworkUser to setpublic String getGeoNetworkPwd()
public void setGeoNetworkPwd(String geoNetworkPwd)
geoNetworkPwd - the geoNetworkPwd to setpublic String getTransectUrl()
public void setTransectUrl(String transectUrl)
transectUrl - the transectUrl to setpublic String getScope()
public void setScope(String scope)
scope - the scope to setpublic String getDataMinerUrl()
public void setDataMinerUrl(String dataMinerUrl)
dataMinerUrl - the dataMinerUrl to setCopyright © 2016. All Rights Reserved.