Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
Modifier and Type | Field and Description |
---|---|
static Symbols |
Symbols.CURLY_BRACKETS
A set of symbols with values between parentheses, like
DATUM("WGS84") . |
static Symbols |
Symbols.SQUARE_BRACKETS
A set of symbols with values between square brackets, like
DATUM["WGS84"] . |
Modifier and Type | Method and Description |
---|---|
Symbols |
Symbols.clone()
Returns a clone of this
Symbols . |
static Symbols |
Symbols.getDefault()
Returns the default set of symbols.
|
Symbols |
WKTFormat.getSymbols()
Returns the symbols used for parsing and formatting WKT.
|
Modifier and Type | Method and Description |
---|---|
void |
WKTFormat.setSymbols(Symbols symbols)
Sets the symbols used for parsing and formatting WKT.
|
Constructor and Description |
---|
Formatter(Convention convention,
Symbols symbols,
int indentation)
Creates a new formatter instance with the specified convention, symbols and indentation.
|
Symbols(Symbols symbols)
Creates a new set of WKT symbols initialized to a copy of the given symbols.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.