| Package | Description |
|---|---|
| com.bericotech.clavin.gazetteer | |
| com.bericotech.clavin.gazetteer.query |
| Modifier and Type | Method and Description |
|---|---|
FeatureCode |
GeoName.getFeatureCode()
Get the feature code.
|
static FeatureCode |
FeatureCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureCode[] |
FeatureCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GeoName(int geonameID,
String name,
String asciiName,
List<String> alternateNames,
String preferredName,
Double latitude,
Double longitude,
FeatureClass featureClass,
FeatureCode featureCode,
CountryCode primaryCountryCode,
List<CountryCode> alternateCountryCodes,
String admin1Code,
String admin2Code,
String admin3Code,
String admin4Code,
Long population,
Integer elevation,
Integer digitalElevationModel,
TimeZone timezone,
Date modificationDate,
String gazetteerRecord)
Sole constructor for
GeoName class. |
| Modifier and Type | Method and Description |
|---|---|
Set<FeatureCode> |
QueryBuilder.featureCodes()
Get the set of
FeatureCodes that will be used to constrain the query results. |
Set<FeatureCode> |
GazetteerQuery.getFeatureCodes()
Get the set of FeatureCodes that should be used to restrict the search.
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
QueryBuilder.addFeatureCodes(FeatureCode code)
Add the provided
FeatureCode to the set of query constraints. |
QueryBuilder |
QueryBuilder.addFeatureCodes(FeatureCode code1,
FeatureCode... codes)
Add the provided
FeatureCodes to the set of query constraints. |
QueryBuilder |
QueryBuilder.addFeatureCodes(FeatureCode code1,
FeatureCode... codes)
Add the provided
FeatureCodes to the set of query constraints. |
QueryBuilder |
QueryBuilder.removeFeatureCodes(FeatureCode code)
Remove the provided
FeatureCode from the set of query constraints. |
QueryBuilder |
QueryBuilder.removeFeatureCodes(FeatureCode code1,
FeatureCode... codes)
Remove the provided
FeatureCode from the set of query constraints. |
QueryBuilder |
QueryBuilder.removeFeatureCodes(FeatureCode code1,
FeatureCode... codes)
Remove the provided
FeatureCode from the set of query constraints. |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
QueryBuilder.addFeatureCodes(Collection<FeatureCode> codes)
Add the provided
FeatureCodes to the set of query constraints. |
QueryBuilder |
QueryBuilder.featureCodes(Set<FeatureCode> codes)
Set the
FeatureCodes that will be used to constraint the query results; replacing any
previously configured IDs. |
QueryBuilder |
QueryBuilder.removeFeatureCodes(Collection<FeatureCode> codes)
Remove the provided
FeatureCodes from the set of query constraints. |
| Constructor and Description |
|---|
GazetteerQuery(LocationOccurrence occurrence,
int maxResults,
FuzzyMode fuzzyMode,
boolean includeHistorical,
boolean filterDupes,
Set<Integer> parentIds,
Set<FeatureCode> featureCodes)
Create a new GazetteerQuery.
|
Copyright © 2012–2014 Berico Technologies. All rights reserved.