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.
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.-
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. -
Uses of NameToIdentifier.Simplifier in org.apache.sis.referencing.datum
Subclasses of NameToIdentifier.Simplifier in org.apache.sis.referencing.datumModifier and TypeClassDescription(package private) static classA function for simplifying aDatumname before comparison.