Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
Modifier and Type | Method and Description |
---|---|
Convention |
WKTFormat.getConvention()
Returns the convention for parsing and formatting WKT elements.
|
Convention |
Formatter.getConvention()
Returns the convention to use for formatting the WKT.
|
static Convention |
Convention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Convention[] |
Convention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WKTFormat.setConvention(Convention convention)
Sets the convention for parsing and formatting WKT elements.
|
String |
FormattableObject.toString(Convention convention)
Returns a Well Known Text (WKT) for this object using the specified convention.
|
Constructor and Description |
---|
Formatter(Convention convention,
Symbols symbols,
int indentation)
Creates a new formatter instance with the specified convention, symbols and indentation.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.