public class VectorSource extends Source
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
VectorSource(java.lang.String id,
java.lang.String url)
Create a vector source from a remote url
|
VectorSource(java.lang.String id,
TileSet tileSet)
Create a vector source from a tilset
|
VectorSource(java.lang.String id,
java.net.URL url)
Create a vector source from a remote url
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic static final java.lang.String TYPE
public VectorSource(java.lang.String id,
java.net.URL url)
id - the source idurl - the urlpublic VectorSource(java.lang.String id,
java.lang.String url)
id - the source idurl - the urlpublic VectorSource(java.lang.String id,
TileSet tileSet)
id - the source idtileSet - the tileset