public class KmlBikeParkDataSource extends Object implements BikeParkDataSource, JsonConfigurable
| Constructor and Description |
|---|
KmlBikeParkDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Graph graph,
com.fasterxml.jackson.databind.JsonNode config) |
List<BikePark> |
getBikeParks() |
void |
setUrl(String url) |
String |
toString() |
boolean |
update()
Update the data from the source;
|
public boolean update()
update in interface BikeParkDataSourcepublic List<BikePark> getBikeParks()
getBikeParks in interface BikeParkDataSourcepublic void configure(Graph graph, com.fasterxml.jackson.databind.JsonNode config)
configure in interface JsonConfigurablepublic void setUrl(String url)
Copyright © 2018. All rights reserved.