public class GeoTileLayer extends GeoLayer
| Constructor and Description |
|---|
GeoTileLayer() |
GeoTileLayer(String name) |
| Modifier and Type | Method and Description |
|---|---|
GeoTileLayer |
clone() |
Map<String,String> |
getOptions() |
List<String> |
getSubdomains() |
String |
getUrlTemplate() |
void |
setOptions(Map<String,String> options) |
void |
setSubdomains(List<String> subdomains) |
void |
setUrlTemplate(String urlTemplate) |
GeoTileLayer |
withDescription(String description) |
GeoTileLayer |
withFeature(String name,
Object value) |
GeoTileLayer |
withFeatures(Map<String,Object> features) |
GeoTileLayer |
withLabel(String label) |
GeoTileLayer |
withName(String name) |
GeoTileLayer |
withOptions(Map<String,String> options) |
GeoTileLayer |
withSubdomains(List<String> subdomains) |
GeoTileLayer |
withUrlTemplate(String urlTemplate) |
getDescription, getFeatures, getLabel, getName, getType, setDescription, setFeatures, setLabel, setName, setTypepublic GeoTileLayer(String name)
public GeoTileLayer()
public GeoTileLayer withName(String name)
public GeoTileLayer withLabel(String label)
public GeoTileLayer withDescription(String description)
withDescription in class GeoLayerpublic GeoTileLayer withFeatures(Map<String,Object> features)
withFeatures in class GeoLayerpublic GeoTileLayer withFeature(String name, Object value)
withFeature in class GeoLayerpublic GeoTileLayer withUrlTemplate(String urlTemplate)
public GeoTileLayer withSubdomains(List<String> subdomains)
public GeoTileLayer withOptions(Map<String,String> options)
public String getUrlTemplate()
public void setUrlTemplate(String urlTemplate)
public GeoTileLayer clone()
Copyright © 2016–2020 Softelnet. All rights reserved.