| Package | Description |
|---|---|
| com.bericotech.clavin.gazetteer | |
| com.bericotech.clavin.gazetteer.query | |
| com.bericotech.clavin.resolver | |
| com.bericotech.clavin.resolver.multipart |
| Modifier and Type | Method and Description |
|---|---|
GeoName |
GeoName.getParent()
Get the parent of this GeoName.
|
static GeoName |
GeoName.parseFromGeoNamesRecord(String inputLine)
Builds a
GeoName object based on a single gazetteer
record in the GeoNames geographical database. |
static GeoName |
GeoName.parseFromGeoNamesRecord(String inputLine,
String preferredName)
Builds a
GeoName object based on a single gazetteer
record in the GeoNames geographical database. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeoName.isAncestorOf(GeoName geoname)
Is this GeoName an ancestor of the provided GeoName?
|
boolean |
GeoName.isDescendantOf(GeoName geoname)
Is this GeoName a descendant of the provided GeoName?
|
boolean |
GeoName.setParent(GeoName prnt)
Set the parent of this GeoName.
|
| Modifier and Type | Method and Description |
|---|---|
GeoName |
LuceneGazetteer.getGeoName(int geonameId)
Retrieves the GeoName with the provided ID.
|
GeoName |
Gazetteer.getGeoName(int geonameId)
Retrieves the GeoName with the provided ID.
|
| Modifier and Type | Method and Description |
|---|---|
GeoName |
ResolvedLocation.getGeoname()
Get the geographic entity resolved from the location name.
|
| Constructor and Description |
|---|
ResolvedLocation(LocationOccurrence location,
GeoName geoname,
String matchedName,
boolean fuzzy)
Builds a
ResolvedLocation from a document retrieved from
the Lucene index representing the geographic entity resolved
from a location name. |
| Modifier and Type | Method and Description |
|---|---|
static SearchLevel |
SearchLevel.forGeoName(GeoName name) |
String |
SearchLevel.getCode(GeoName geoName) |
Copyright © 2012–2014 Berico Technologies. All rights reserved.