Uses of Class
io.annot8.components.geo.processors.geonames.GeoNamesAdditionalProperties
-
Packages that use GeoNamesAdditionalProperties Package Description io.annot8.components.geo.processors io.annot8.components.geo.processors.geonames -
-
Uses of GeoNamesAdditionalProperties in io.annot8.components.geo.processors
Methods in io.annot8.components.geo.processors that return GeoNamesAdditionalProperties Modifier and Type Method Description GeoNamesAdditionalPropertiesGeoNamesGazetteer.Settings. getAdditionalProperties()GeoNamesAdditionalPropertiesEnrichWithGeoNames.Settings. getProperties()Methods in io.annot8.components.geo.processors with parameters of type GeoNamesAdditionalProperties Modifier and Type Method Description voidGeoNamesGazetteer.Settings. setAdditionalProperties(GeoNamesAdditionalProperties additionalProperties)voidEnrichWithGeoNames.Settings. setProperties(GeoNamesAdditionalProperties properties) -
Uses of GeoNamesAdditionalProperties in io.annot8.components.geo.processors.geonames
Methods in io.annot8.components.geo.processors.geonames that return GeoNamesAdditionalProperties Modifier and Type Method Description static GeoNamesAdditionalPropertiesGeoNamesAdditionalProperties. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoNamesAdditionalProperties[]GeoNamesAdditionalProperties. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.annot8.components.geo.processors.geonames with parameters of type GeoNamesAdditionalProperties Modifier and Type Method Description static Map<Set<String>,Map<String,Object>>GeoNamesUtils. loadGazetteer(File f, GeoNamesAdditionalProperties additionalProperties, boolean geoJson, int minPopulation)
-