public class RESTLayer extends AbstractRESTEntity
| Constructor and Description |
|---|
RESTLayer()
Default constructor.
|
RESTLayer(String name,
String href,
String title,
String description,
String originalName,
String nativeName,
String srs,
RESTBoundingBox bbox,
List<RESTAttribute> attributes,
RESTStyle style) |
| Modifier and Type | Method and Description |
|---|---|
List<RESTAttribute> |
getAttributes() |
RESTBoundingBox |
getBbox() |
String |
getDescription() |
String |
getHref() |
String |
getName() |
String |
getNativeName() |
String |
getOriginalName() |
String |
getSrs() |
RESTStyle |
getStyle() |
String |
getTitle() |
void |
setAttributes(List<RESTAttribute> attributes) |
void |
setBbox(RESTBoundingBox bbox) |
void |
setDescription(String description) |
void |
setHref(String href) |
void |
setName(String name) |
void |
setNativeName(String nativeName) |
void |
setOriginalName(String originalName) |
void |
setSrs(String srs) |
void |
setStyle(RESTStyle style) |
void |
setTitle(String title) |
public RESTLayer()
public RESTLayer(String name, String href, String title, String description, String originalName, String nativeName, String srs, RESTBoundingBox bbox, List<RESTAttribute> attributes, RESTStyle style)
name - href - title - originalName - nativeName - srs - bbox - attributes - style - public String getName()
public void setName(String name)
name - the name to setpublic String getHref()
public void setHref(String href)
href - the href to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getOriginalName()
public void setOriginalName(String originalName)
originalName - the originalName to setpublic String getNativeName()
public void setNativeName(String nativeName)
nativeName - the nativeName to setpublic String getSrs()
public void setSrs(String srs)
srs - the srs to setpublic RESTBoundingBox getBbox()
public void setBbox(RESTBoundingBox bbox)
bbox - the bbox to setpublic List<RESTAttribute> getAttributes()
public void setAttributes(List<RESTAttribute> attributes)
attributes - the attributes to setpublic RESTStyle getStyle()
public void setStyle(RESTStyle style)
style - the style to setCopyright © 2020 terrestris GmbH & Co. KG. All rights reserved.