Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
Transliterator |
WKTFormat.getTransliterator()
Returns a mapper between Java character sequences and the characters to write in WKT.
|
Transliterator |
Formatter.getTransliterator()
Returns a mapper between Java character sequences and the characters to write in WKT.
|
Modifier and Type | Method and Description |
---|---|
void |
WKTFormat.setTransliterator(Transliterator transliterator)
Sets the mapper between Java character sequences and the characters to write in WKT.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.