| Package | Description |
|---|---|
| org.geotools.referencing.wkt |
Well
Known Text (WKT) parsing and formatting.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Formattable.toWKT()
Returns a Well
Known Text (WKT) using a default indentation.
|
String |
Formattable.toWKT(Citation authority,
int indentation)
Returns a Well
Known Text (WKT) for this object using the specified indentation and authority.
|
String |
Formattable.toWKT(int indentation)
Returns a Well
Known Text (WKT) for this object using the specified indentation.
|
String |
Formattable.toWKT(int indentation,
boolean strict)
Returns a Well
Known Text (WKT) for this object using the specified indentation.
|
Copyright © 1996–2019 Geotools. All rights reserved.