Poi sources can be any kind of data, which optionally can be loaded from a iwDataServer, like Pois or traffic flows.
More...
Inheritance diagram for PoiSource:Public Member Functions | |
| void | addTaskListener (TaskListener listener) |
| boolean | equals (Object o) |
| native ComputationSite | getAllowedDataSites () |
| native ComputationSite | getAvailableDataSites () |
| Iterable< PoiSource > | getChildSources () |
| native String | getDescription () |
| native boolean | getIsInitialized () |
| native String | getName () |
| Iterable< PoiCategory > | getPoiCategories () |
| native PoisourceType | getType () |
| void | removeAllTaskListeners () |
| void | removeTaskListener (TaskListener listener) |
| ApiError | setAllowedDataSites (final ComputationSite computationSite) |
Static Public Member Functions | |
| static Iterable< PoiSource > | getPoiSources () |
| static ApiError | injectPoisByXmlFile (final String xmlFilePath, final String poiTagName, final String memoryPoiSourceName) |
| static ApiError | injectSourceByXml (final String xmlDocument) |
| void addTaskListener | ( | TaskListener | listener | ) |
|
inherited |
| native ComputationSite getAllowedDataSites | ( | ) |
| native ComputationSite getAvailableDataSites | ( | ) |
| Iterable< PoiSource > getChildSources | ( | ) |
| Iterable< PoiCategory > getPoiCategories | ( | ) |
| native PoisourceType getType | ( | ) |
|
static |
Creates a new poi source, which is defined by the xml string.
| xmlFilePath | - Complete path to the xml file, which contains the pois |
| poiTagName | - The xml tag name, which contains a single poi |
| memoryPoiSourceName | - The memory poi source, to where the pois are added |
|
static |
Creates a new poi source, which is defined by the xml string.
| xmlDocument | - A complete xml document |
| void removeAllTaskListeners | ( | ) |
| void removeTaskListener | ( | TaskListener | listener | ) |
| ApiError setAllowedDataSites | ( | final ComputationSite | computationSite | ) |
| computationSite | the allowed data site, from where the data for this source may taken from. |