- GEONAMES_ANONYMOUS_SERVICE_STATE - Static variable in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
The useage of the anonymous server is deactivated by default because it
is often overloaded and therefore causes randomly errors.
- GEONAMES_SERVER_URL - Static variable in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
- GEONAMES_TOKEN - Static variable in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
- GEONAMES_USERNAME - Static variable in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
- GeonamesAPIWrapper - Class in org.apache.stanbol.enhancer.engines.geonames.impl
-
- GeonamesAPIWrapper() - Constructor for class org.apache.stanbol.enhancer.engines.geonames.impl.GeonamesAPIWrapper
-
Initialises a the geonames API wrapper as used for the free service
- GeonamesAPIWrapper(String, String, String) - Constructor for class org.apache.stanbol.enhancer.engines.geonames.impl.GeonamesAPIWrapper
-
Initialise the geonames API wrapper for a given server, username and
token.
- GeonamesAPIWrapper(String, String, String, String) - Constructor for class org.apache.stanbol.enhancer.engines.geonames.impl.GeonamesAPIWrapper
-
Initialise the geonames API wrapper for a given search and hierarchy
service, username and token.
- GeonamesAPIWrapper.HierarchyRequestPorpertyEnum - Enum in org.apache.stanbol.enhancer.engines.geonames.impl
-
- GeonamesAPIWrapper.SearchRequestPropertyEnum - Enum in org.apache.stanbol.enhancer.engines.geonames.impl
-
Enumeration that contains the property definitions used by the LocationEnhancementEngine.
- geonamesService - Variable in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
The geonames.org API wrapper used to make service requests
- getAdminCode1() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getAdminCode2() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getAdminCode3() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getAdminCode4() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getAdminName1() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getAdminName2() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getAdminName3() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getAdminName4() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getAlternateNames() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
alternate names of this place as a list of string arrays with two entries
the first entry is the label and the second represents the language
- getCountryCode() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getCountryName() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getElevation() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getFeatureClass() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getFeatureClassName() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getFeatureCode() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getFeatureCodeName() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getGeoNameId() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getHierarchy(int) - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.GeonamesAPIWrapper
-
- getHierarchy(Toponym) - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
Returns the hierarchy for the parsed toponym.
- getLatitude() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
latitude in decimal degrees (wgs84)
- getLongitude() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
longitude in decimal degrees (wgs84)
- getMaxLocationEnhancements() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
Getter for the maximum number of enhancements added for a single
TextAnnotation.
- getMinHierarchyScore() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
Setter for the minimum value used to decide based on the score of
locations returned by the geonames.org web service if also the hierarchy
of that point should be added as enhancements to the analysed
content item.
- getMinScore() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
Getter for the minimum score used to decide if results of geoname.org
search results are added as EntityEnhancements to the ContentItem
- getName() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.RequestProperty
-
- getName() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getPopulation() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getProperty() - Method in enum org.apache.stanbol.enhancer.engines.geonames.impl.GeonamesAPIWrapper.HierarchyRequestPorpertyEnum
-
- getProperty() - Method in enum org.apache.stanbol.enhancer.engines.geonames.impl.GeonamesAPIWrapper.SearchRequestPropertyEnum
-
- getScore() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
- getServiceProperties() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine
-
- getTimezone() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.Toponym
-
The time zone is a complex Object encoded like
timezone: {
dstOffset: -5
gmtOffset: -6
timeZoneId: "America/Chicago"
}
This mehtod does not further parse this data.
- getValueList() - Method in class org.apache.stanbol.enhancer.engines.geonames.impl.RequestProperty
-