Uses of Class
org.locationtech.proj4j.geoapi.LocalizedString
-
Packages that use LocalizedString Package Description org.locationtech.proj4j.geoapi Wraps the PROJ4J classes behind the equivalent GeoAPI interfaces. -
-
Uses of LocalizedString in org.locationtech.proj4j.geoapi
Fields in org.locationtech.proj4j.geoapi declared as LocalizedString Modifier and Type Field Description (package private) static LocalizedString
LocalizedString. UNKNOWN
The "not known" value.Methods in org.locationtech.proj4j.geoapi that return LocalizedString Modifier and Type Method Description (package private) static LocalizedString
LocalizedString. wrap(java.lang.String text)
Returns the given text as an international string.
-