Uses of Class
com.vividsolutions.jump.I18N
-
Packages that use I18N Package Description com.vividsolutions.jump The Unified Mapping Platform (JUMP) is a GUI-based application for viewing and processing spatial data. -
-
Uses of I18N in com.vividsolutions.jump
Fields in com.vividsolutions.jump declared as I18N Modifier and Type Field Description static I18N
I18N. JUMP
Methods in com.vividsolutions.jump that return I18N Modifier and Type Method Description static I18N
I18N. getInstance()
Return the default I18N singleton for OJ2 for use like I18N.getInstance().get()static I18N
I18N. getInstance(File path)
Create & return the I18N instance for the given pathstatic I18N
I18N. getInstance(String categoryPrefix)
Create & return the I18N instance for the given prefix
-