Class GisLayerItem


  • public class GisLayerItem
    extends Object
    The Class GisLayerItem.
    Author:
    Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it May 16, 2017
    • Constructor Detail

      • GisLayerItem

        public GisLayerItem​(String uuid,
                            String citationTitle,
                            String layerName,
                            String baseWmsServiceUrl,
                            String fullWmsUrlRequest)
        Instantiates a new gis layer item.
        Parameters:
        uuid - the uuid
        citationTitle - the citation title
        layerName - the layer name
        baseWmsServiceUrl - the base wms service url
        fullWmsUrlRequest - the full wms url request
      • GisLayerItem

        public 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.
        Parameters:
        uuid - the uuid
        citationTitle - the citation title
        layerName - the layer name
        topicCategory - the topic category
        publicationDate - the publication date
        scopeCode - the scope code
        geoserverBaseUrlOnlineResource - the geoserver base url online resource
        baseWmsServiceUrl - the base wms service url
        fullWmsUrlRequest - the full wms url request
        styles - the styles
        metaAbstract - the meta abstract
        listKeywords - the list keywords
    • Method Detail

      • setVersionWMS

        public void setVersionWMS​(String versionWms)
        Sets the version wms.
        Parameters:
        versionWms - the new version wms
      • setCrsWMS

        public void setCrsWMS​(String crs)
        Sets the crs wms.
        Parameters:
        crs - the new crs wms
      • getUuid

        public String getUuid()
        Gets the uuid.
        Returns:
        the uuid
      • getCitationTitle

        public String getCitationTitle()
        Gets the citation title.
        Returns:
        the citation title
      • getLayerName

        public String getLayerName()
        Gets the layer name.
        Returns:
        the layer name
      • getTopicCategory

        public String getTopicCategory()
        Gets the topic category.
        Returns:
        the topic category
      • getPublicationDate

        public Date getPublicationDate()
        Gets the publication date.
        Returns:
        the publication date
      • getScopeCode

        public String getScopeCode()
        Gets the scope code.
        Returns:
        the scope code
      • getGeoserverBaseUrlOnLineResource

        public String getGeoserverBaseUrlOnLineResource()
        Gets the geoserver base url on line resource.
        Returns:
        the geoserver base url on line resource
      • getBaseWmsServiceUrl

        public String getBaseWmsServiceUrl()
        Gets the base wms service url.
        Returns:
        the base wms service url
      • getFullWmsUrlRequest

        public String getFullWmsUrlRequest()
        Gets the full wms url request.
        Returns:
        the full wms url request
      • getStyles

        public List<String> getStyles()
        Gets the styles.
        Returns:
        the styles
      • getMetaAbstract

        public String getMetaAbstract()
        Gets the meta abstract.
        Returns:
        the meta abstract
      • getListKeywords

        public List<String> getListKeywords()
        Gets the list keywords.
        Returns:
        the list keywords
      • setUuid

        public void setUuid​(String uuid)
        Sets the uuid.
        Parameters:
        uuid - the new uuid
      • setCitationTitle

        public void setCitationTitle​(String citationTitle)
        Sets the citation title.
        Parameters:
        citationTitle - the new citation title
      • setLayerName

        public void setLayerName​(String layerName)
        Sets the layer name.
        Parameters:
        layerName - the new layer name
      • setTopicCategory

        public void setTopicCategory​(String topicCategory)
        Sets the topic category.
        Parameters:
        topicCategory - the new topic category
      • setPublicationDate

        public void setPublicationDate​(Date publicationDate)
        Sets the publication date.
        Parameters:
        publicationDate - the new publication date
      • setScopeCode

        public void setScopeCode​(String scopeCode)
        Sets the scope code.
        Parameters:
        scopeCode - the new scope code
      • setGeoserverBaseUrlOnLineResource

        public void setGeoserverBaseUrlOnLineResource​(String geoserverBaseUrlOnLineResource)
        Sets the geoserver base url on line resource.
        Parameters:
        geoserverBaseUrlOnLineResource - the new geoserver base url on line resource
      • setBaseWmsServiceUrl

        public void setBaseWmsServiceUrl​(String baseWmsServiceUrl)
        Sets the base wms service url.
        Parameters:
        baseWmsServiceUrl - the new base wms service url
      • setFullWmsUrlRequest

        public void setFullWmsUrlRequest​(String fullWmsUrlRequest)
        Sets the full wms url request.
        Parameters:
        fullWmsUrlRequest - the new full wms url request
      • setStyles

        public void setStyles​(List<String> styles)
        Sets the styles.
        Parameters:
        styles - the new styles
      • setMetaAbstract

        public void setMetaAbstract​(String metaAbstract)
        Sets the meta abstract.
        Parameters:
        metaAbstract - the new meta abstract
      • setListKeywords

        public void setListKeywords​(List<String> listKeywords)
        Sets the list keywords.
        Parameters:
        listKeywords - the new list keywords
      • getVersionWMS

        public String getVersionWMS()
        Gets the version wms.
        Returns:
        the version wms
      • getSetCrsWMS

        public String getSetCrsWMS()
        Gets the sets the crs wms.
        Returns:
        the sets the crs wms
      • setSetCrsWMS

        public void setSetCrsWMS​(String setCrsWMS)
        Sets the sets the crs wms.
        Parameters:
        setCrsWMS - the new sets the crs wms