Uses of Class
org.geotools.metadata.i18n.Vocabulary
-
Packages that use Vocabulary Package Description org.geotools.metadata.i18n Localized resources for Geotools. -
-
Uses of Vocabulary in org.geotools.metadata.i18n
Subclasses of Vocabulary in org.geotools.metadata.i18n Modifier and Type Class Description class
Vocabulary_de
German language resource.class
Vocabulary_el
Greek language resource.class
Vocabulary_en
English language resource.class
Vocabulary_es
Spanich language resource.class
Vocabulary_fr
French language resource.class
Vocabulary_pt
Portuguese language resource.class
Vocabulary_pt_BR
Brazil Portuguese language resource.Methods in org.geotools.metadata.i18n that return Vocabulary Modifier and Type Method Description static Vocabulary
Vocabulary. getResources(Locale locale)
Returns resources in the given locale.
-