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 classTheTransliterator.DEFAULTimplementation.private static final classTheTransliterator.IDENTITYimplementation.Fields in org.apache.sis.io.wkt declared as TransliteratorModifier and TypeFieldDescriptionstatic final TransliteratorTransliterator.DEFAULTA transliterator compliant with ISO 19162 on a "best effort" basis.static final TransliteratorTransliterator.IDENTITYA transliterator that does not perform any replacement.(package private) TransliteratorFormatter.transliteratorTransliterator.IDENTITYfor preserving non-ASCII characters.private final TransliteratorGeodeticObjectParser.transliteratorThe object to use for replacing WKT axis names and abbreviations by ISO 19111 names and abbreviations.private TransliteratorWKTFormat.transliteratorTransliterator.IDENTITYfor preserving non-ASCII characters.Methods in org.apache.sis.io.wkt that return TransliteratorModifier and TypeMethodDescriptionfinal TransliteratorFormatter.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 TypeMethodDescriptionvoidWKTFormat.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.