Uses of Class
org.apache.sis.io.wkt.WKTDictionary.Disambiguation
Packages that use WKTDictionary.Disambiguation
-
Uses of WKTDictionary.Disambiguation in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as WKTDictionary.DisambiguationModifier and TypeFieldDescriptionprivate final WKTDictionary.Disambiguation
WKTDictionary.Disambiguation.previous
The previousDisambiguation
in a linked list, ornull
if we reached the end of list.Methods in org.apache.sis.io.wkt that return WKTDictionary.DisambiguationModifier and TypeMethodDescription(package private) static WKTDictionary.Disambiguation
WKTDictionary.Disambiguation.find
(WKTDictionary.Disambiguation choices, String codespace, String version, String code) Finds theDisambiguation
for the given authority and version.Methods in org.apache.sis.io.wkt with parameters of type WKTDictionary.DisambiguationModifier and TypeMethodDescription(package private) static WKTDictionary.Disambiguation
WKTDictionary.Disambiguation.find
(WKTDictionary.Disambiguation choices, String codespace, String version, String code) Finds theDisambiguation
for the given authority and version.(package private) static void
WKTDictionary.Disambiguation.list
(WKTDictionary.Disambiguation choices, String code, Predicate<Object> filter, Set<String> addTo) Adds all authority codes to the given set.