Class RESTLayer


  • public class RESTLayer
    extends AbstractRESTEntity
    Author:
    Daniel Koch, terrestris GmbH & Co. KG
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getHref

        public String getHref()
        Returns:
        the href
      • setHref

        public void setHref​(String href)
        Parameters:
        href - the href to set
      • getTitle

        public String getTitle()
        Returns:
        the title
      • setTitle

        public void setTitle​(String title)
        Parameters:
        title - the title to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • getOriginalName

        public String getOriginalName()
        Returns:
        the originalName
      • setOriginalName

        public void setOriginalName​(String originalName)
        Parameters:
        originalName - the originalName to set
      • getNativeName

        public String getNativeName()
        Returns:
        the nativeName
      • setNativeName

        public void setNativeName​(String nativeName)
        Parameters:
        nativeName - the nativeName to set
      • getSrs

        public String getSrs()
        Returns:
        the srs
      • setSrs

        public void setSrs​(String srs)
        Parameters:
        srs - the srs to set
      • setBbox

        public void setBbox​(RESTBoundingBox bbox)
        Parameters:
        bbox - the bbox to set
      • setAttributes

        public void setAttributes​(List<RESTAttribute> attributes)
        Parameters:
        attributes - the attributes to set
      • getStyle

        public RESTStyle getStyle()
        Returns:
        the style
      • setStyle

        public void setStyle​(RESTStyle style)
        Parameters:
        style - the style to set