public class GeoWmsLayer extends GeoLayer
| Constructor and Description |
|---|
GeoWmsLayer() |
GeoWmsLayer(String name) |
getDescription, getFeatures, getLabel, getName, getType, setDescription, setFeatures, setLabel, setName, setTypepublic GeoWmsLayer(String name)
public GeoWmsLayer()
public GeoWmsLayer withName(String name)
public GeoWmsLayer withLabel(String label)
public GeoWmsLayer withDescription(String description)
withDescription in class GeoLayerpublic GeoWmsLayer withFeatures(Map<String,Object> features)
withFeatures in class GeoLayerpublic GeoWmsLayer withFeature(String name, Object value)
withFeature in class GeoLayerpublic GeoWmsLayer withBaseUrl(String baseUrl)
public GeoWmsLayer withLayers(List<String> layers)
public GeoWmsLayer withLayer(String layer)
public GeoWmsLayer withCrs(GeoCrs crs)
public GeoWmsLayer withFormat(String format)
public GeoWmsLayer withVersion(String version)
public GeoWmsLayer withStyles(List<String> styles)
public GeoWmsLayer withTransparent(Boolean transparent)
public GeoWmsLayer withOtherParameters(Map<String,String> otherParameters)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public GeoCrs getCrs()
public void setCrs(GeoCrs crs)
public String getFormat()
public void setFormat(String format)
public String getVersion()
public void setVersion(String version)
public Boolean getTransparent()
public void setTransparent(Boolean transparent)
public GeoWmsLayer clone()
Copyright © 2016–2020 Softelnet. All rights reserved.