public interface Formattable
Formattable. This
interface is especially used for AffineTransform2D implementation. This interface is not
public because the formatWKT(Formatter) method usually has a protected access.| Modifier and Type | Method and Description |
|---|---|
String |
formatWKT(Formatter formatter)
Format the inner part of a Well
Known Text (WKT) element.
|
String formatWKT(Formatter formatter)
formatter - The formatter to use.Formattable.formatWKT(Formatter)Copyright © 1996–2019 Geotools. All rights reserved.