Uses of Class
org.apache.sis.internal.metadata.NameToIdentifier.Simplifier
Packages that use NameToIdentifier.Simplifier
Package
Description
A set of helper classes for the SIS implementation.
-
Uses of NameToIdentifier.Simplifier in org.apache.sis.internal.metadata
Fields in org.apache.sis.internal.metadata declared as NameToIdentifier.SimplifierModifier and TypeFieldDescriptionstatic final NameToIdentifier.SimplifierNameToIdentifier.Simplifier.DEFAULTThe default instance, which replaces some non-ASCII characters by ASCII ones.Methods in org.apache.sis.internal.metadata with parameters of type NameToIdentifier.SimplifierModifier and TypeMethodDescriptionstatic booleanNameToIdentifier.isHeuristicMatchForName(org.opengis.metadata.Identifier name, Collection<org.opengis.util.GenericName> aliases, CharSequence toSearch, NameToIdentifier.Simplifier simplifier) Returnstrueif the given primary name or one of the given aliases matches the given name.