|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeatureClass | |
|---|---|
| org.geonames | GeoNames Java API main classes. |
| Uses of FeatureClass in org.geonames |
|---|
| Methods in org.geonames that return FeatureClass | |
|---|---|
static FeatureClass |
FeatureClass.fromValue(String value)
|
FeatureClass |
ToponymSearchCriteria.getFeatureClass()
|
FeatureClass |
Toponym.getFeatureClass()
the feature class FeatureClass |
static FeatureClass |
FeatureClass.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FeatureClass[] |
FeatureClass.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.geonames with parameters of type FeatureClass | |
|---|---|
static List<Toponym> |
WebService.findNearby(double latitude,
double longitude,
double radius,
FeatureClass featureClass,
String[] featureCodes,
String language,
int maxRows)
Based on the following inforamtion: Webservice Type : REST ws.geonames.org/findNearbyWikipedia? |
static List<Toponym> |
WebService.findNearby(double latitude,
double longitude,
FeatureClass featureClass,
String[] featureCodes)
|
void |
ToponymSearchCriteria.setFeatureClass(FeatureClass featureClass)
|
void |
Toponym.setFeatureClass(FeatureClass featureClass)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||