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.DisambiguationWKTDictionary.Disambiguation.previousThe previousDisambiguationin a linked list, ornullif we reached the end of list.Methods in org.apache.sis.io.wkt that return WKTDictionary.DisambiguationModifier and TypeMethodDescription(package private) static WKTDictionary.DisambiguationWKTDictionary.Disambiguation.find(WKTDictionary.Disambiguation choices, String codespace, String version, String code) Finds theDisambiguationfor the given authority and version.Methods in org.apache.sis.io.wkt with parameters of type WKTDictionary.DisambiguationModifier and TypeMethodDescription(package private) static WKTDictionary.DisambiguationWKTDictionary.Disambiguation.find(WKTDictionary.Disambiguation choices, String codespace, String version, String code) Finds theDisambiguationfor the given authority and version.(package private) static voidWKTDictionary.Disambiguation.list(WKTDictionary.Disambiguation choices, String code, Predicate<Object> filter, Set<String> addTo) Adds all authority codes to the given set.