Uses of Class
org.apache.sis.io.wkt.Transliterator
Packages that use Transliterator
-
Uses of Transliterator in org.apache.sis.io.wkt
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.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.