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 TransliteratorTransliterator. DEFAULTA transliterator compliant with ISO 19162 on a "best effort" basis.static TransliteratorTransliterator. IDENTITYA transliterator that does not perform any replacement.Methods in org.apache.sis.io.wkt that return Transliterator Modifier and Type Method Description TransliteratorFormatter. getTransliterator()Returns a mapper between Java character sequences and the characters to write in WKT.TransliteratorWKTFormat. 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 voidWKTFormat. setTransliterator(Transliterator transliterator)Sets the mapper between Java character sequences and the characters to write in WKT.
-