public interface IAdminStatisticsLocation
| Modifier and Type | Interface and Description |
|---|---|
static class |
IAdminStatisticsLocation.LocationDatabaseType
The country or the city database indicator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initDatabase(IAdminStatisticsLocation.LocationDatabaseType type,
String pathToDatabase)
Initialize the memory database.
|
void initDatabase(IAdminStatisticsLocation.LocationDatabaseType type, String pathToDatabase)
LocationDatabaseType MUST match.type - type of the loaded database from file.pathToDatabase - can be classpath:[path] or
[absolute path] string to the appropriate file.Copyright © 2015 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.