| Interface | Description |
|---|---|
| Scorer |
Evaluates a particular MatchedLocation against the provided search
terms and generates a score used to select the best location for
a multi-part search.
|
| Class | Description |
|---|---|
| DefaultScorer |
The default scorer combines several weighted metrics to return a score
in the range [0.0, 1.0].
|
| MatchedLocation |
A candidate match for a multi-level search.
|
| MatchedLocation.Match | |
| MultipartLocationName |
Convenience object used as input for
MultipartLocationResolver
Container class representing a multipart location name, such as
what's often found in structured data like a spreadsheet or database
table, e.g., [Reston][Virginia][United States]. |
| MultipartLocationResolver |
Resolves multipart location names from structured data into GeoName objects.
|
| ResolvedMultipartLocation |
Convenience object used as output for
MultipartLocationResolver
Container class representing a resolved multipart location name,
such as what's often found in structured data like a spreadsheet
or database table. |
| SearchResult |
| Enum | Description |
|---|---|
| SearchLevel |
A roll-up of feature classes and codes that assists in
searching for locations that fall into a particular category.
|
Copyright © 2012–2014 Berico Technologies. All rights reserved.