Uses of Class
org.apache.sis.io.wkt.Transliterator
-
Packages that use Transliterator Package Description org.apache.sis.io.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of Transliterator in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as Transliterator Modifier and Type Field Description static Transliterator
Transliterator. DEFAULT
A transliterator compliant with ISO 19162 on a "best effort" basis.static Transliterator
Transliterator. IDENTITY
A transliterator that does not perform any replacement.Methods in org.apache.sis.io.wkt that return Transliterator Modifier and Type Method Description Transliterator
Formatter. getTransliterator()
Returns a mapper between Java character sequences and the characters to write in WKT.Transliterator
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 Transliterator Modifier and Type Method Description void
WKTFormat. setTransliterator(Transliterator transliterator)
Sets the mapper between Java character sequences and the characters to write in WKT.
-