Uses of Class
org.apache.sis.io.wkt.Transliterator
Packages that use Transliterator
-
Uses of Transliterator in org.apache.sis.io.wkt
Subclasses of Transliterator in org.apache.sis.io.wktModifier and TypeClassDescriptionprivate static final class
TheDEFAULT
implementation.private static final class
TheIDENTITY
implementation.Fields in org.apache.sis.io.wkt declared as TransliteratorModifier and TypeFieldDescriptionstatic final Transliterator
Transliterator.DEFAULT
A transliterator compliant with ISO 19162 on a "best effort" basis.static final Transliterator
Transliterator.IDENTITY
A transliterator that does not perform any replacement.(package private) Transliterator
Formatter.transliterator
IDENTITY
for preserving non-ASCII characters.private final Transliterator
GeodeticObjectParser.transliterator
The object to use for replacing WKT axis names and abbreviations by ISO 19111 names and abbreviations.private Transliterator
WKTFormat.transliterator
IDENTITY
for preserving non-ASCII characters.Methods in org.apache.sis.io.wkt that return TransliteratorModifier and TypeMethodDescriptionfinal Transliterator
Formatter.getTransliterator()
Returns a mapper between Java character sequences and the characters to write in WKT.WKTFormat.getTransliterator()
Returns a mapper between Java character sequences and the characters to write in WKT.Methods in org.apache.sis.io.wkt with parameters of type TransliteratorModifier and TypeMethodDescriptionvoid
WKTFormat.setTransliterator
(Transliterator transliterator) Sets the mapper between Java character sequences and the characters to write in WKT.Constructors in org.apache.sis.io.wkt with parameters of type TransliteratorModifierConstructorDescription(package private)
GeodeticObjectParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Constructs a parser for the specified set of symbols using the specified set of factories.(package private)
Parser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Creates a new parser.