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.Simplifier
NameToIdentifier.Simplifier.DEFAULT
The 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 boolean
NameToIdentifier.isHeuristicMatchForName
(org.opengis.metadata.Identifier name, Collection<org.opengis.util.GenericName> aliases, CharSequence toSearch, NameToIdentifier.Simplifier simplifier) Returnstrue
if 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 class
A function for simplifying aDatum
name before comparison.