public class GisLayerItem extends Object
| Constructor and Description |
|---|
GisLayerItem(String uuid,
String citationTitle,
String layerName,
String topicCategory,
Date publicationDate,
String scopeCode,
String geoserverBaseUrlOnlineResource,
String baseWmsServiceUrl,
String fullWmsUrlRequest,
List<String> styles,
String metaAbstract,
List<String> listKeywords)
Instantiates a new gis layer item.
|
GisLayerItem(String uuid,
String citationTitle,
String layerName,
String baseWmsServiceUrl,
String fullWmsUrlRequest)
Instantiates a new gis layer item.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseWmsServiceUrl()
Gets the base wms service url.
|
String |
getCitationTitle()
Gets the citation title.
|
String |
getFullWmsUrlRequest()
Gets the full wms url request.
|
String |
getGeoserverBaseUrlOnLineResource()
Gets the geoserver base url on line resource.
|
String |
getLayerName()
Gets the layer name.
|
List<String> |
getListKeywords()
Gets the list keywords.
|
String |
getMetaAbstract()
Gets the meta abstract.
|
Date |
getPublicationDate()
Gets the publication date.
|
String |
getScopeCode()
Gets the scope code.
|
String |
getSetCrsWMS()
Gets the sets the crs wms.
|
List<String> |
getStyles()
Gets the styles.
|
String |
getTopicCategory()
Gets the topic category.
|
String |
getUuid()
Gets the uuid.
|
String |
getVersionWMS()
Gets the version wms.
|
void |
setBaseWmsServiceUrl(String baseWmsServiceUrl)
Sets the base wms service url.
|
void |
setCitationTitle(String citationTitle)
Sets the citation title.
|
void |
setCrsWMS(String crs)
Sets the crs wms.
|
void |
setFullWmsUrlRequest(String fullWmsUrlRequest)
Sets the full wms url request.
|
void |
setGeoserverBaseUrlOnLineResource(String geoserverBaseUrlOnLineResource)
Sets the geoserver base url on line resource.
|
void |
setLayerName(String layerName)
Sets the layer name.
|
void |
setListKeywords(List<String> listKeywords)
Sets the list keywords.
|
void |
setMetaAbstract(String metaAbstract)
Sets the meta abstract.
|
void |
setPublicationDate(Date publicationDate)
Sets the publication date.
|
void |
setScopeCode(String scopeCode)
Sets the scope code.
|
void |
setSetCrsWMS(String setCrsWMS)
Sets the sets the crs wms.
|
void |
setStyles(List<String> styles)
Sets the styles.
|
void |
setTopicCategory(String topicCategory)
Sets the topic category.
|
void |
setUuid(String uuid)
Sets the uuid.
|
void |
setVersionWMS(String versionWms)
Sets the version wms.
|
String |
toString() |
public GisLayerItem(String uuid, String citationTitle, String layerName, String baseWmsServiceUrl, String fullWmsUrlRequest)
uuid - the uuidcitationTitle - the citation titlelayerName - the layer namebaseWmsServiceUrl - the base wms service urlfullWmsUrlRequest - the full wms url requestpublic GisLayerItem(String uuid, String citationTitle, String layerName, String topicCategory, Date publicationDate, String scopeCode, String geoserverBaseUrlOnlineResource, String baseWmsServiceUrl, String fullWmsUrlRequest, List<String> styles, String metaAbstract, List<String> listKeywords)
uuid - the uuidcitationTitle - the citation titlelayerName - the layer nametopicCategory - the topic categorypublicationDate - the publication datescopeCode - the scope codegeoserverBaseUrlOnlineResource - the geoserver base url online resourcebaseWmsServiceUrl - the base wms service urlfullWmsUrlRequest - the full wms url requeststyles - the stylesmetaAbstract - the meta abstractlistKeywords - the list keywordspublic void setVersionWMS(String versionWms)
versionWms - the new version wmspublic void setCrsWMS(String crs)
crs - the new crs wmspublic String getUuid()
public String getCitationTitle()
public String getLayerName()
public String getTopicCategory()
public Date getPublicationDate()
public String getScopeCode()
public String getGeoserverBaseUrlOnLineResource()
public String getBaseWmsServiceUrl()
public String getFullWmsUrlRequest()
public String getMetaAbstract()
public List<String> getListKeywords()
public void setUuid(String uuid)
uuid - the new uuidpublic void setCitationTitle(String citationTitle)
citationTitle - the new citation titlepublic void setLayerName(String layerName)
layerName - the new layer namepublic void setTopicCategory(String topicCategory)
topicCategory - the new topic categorypublic void setPublicationDate(Date publicationDate)
publicationDate - the new publication datepublic void setScopeCode(String scopeCode)
scopeCode - the new scope codepublic void setGeoserverBaseUrlOnLineResource(String geoserverBaseUrlOnLineResource)
geoserverBaseUrlOnLineResource - the new geoserver base url on line resourcepublic void setBaseWmsServiceUrl(String baseWmsServiceUrl)
baseWmsServiceUrl - the new base wms service urlpublic void setFullWmsUrlRequest(String fullWmsUrlRequest)
fullWmsUrlRequest - the new full wms url requestpublic void setStyles(List<String> styles)
styles - the new stylespublic void setMetaAbstract(String metaAbstract)
metaAbstract - the new meta abstractpublic void setListKeywords(List<String> listKeywords)
listKeywords - the new list keywordspublic String getVersionWMS()
public String getSetCrsWMS()
public void setSetCrsWMS(String setCrsWMS)
setCrsWMS - the new sets the crs wmsCopyright © 2022. All Rights Reserved.