org.geotools.resources
Interface Formattable

All Known Implementing Classes:
AffineTransform2D

public interface Formattable

Interface for object that can be formatted as Well Known Text (WKT), but can't extends Formattable. This interface is especially used for AffineTransform2D implementation. This interface is not public because the formatWKT(Formatter) method usually has a protected access.

Since:
2.0
Version:
$Id: Formattable.java 30641 2008-06-12 17:42:27Z acuster $
Author:
Martin Desruisseaux (IRD)

Method Summary
 java.lang.String formatWKT(Formatter formatter)
          Format the inner part of a Well Known Text (WKT) element.
 

Method Detail

formatWKT

java.lang.String formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element.

Parameters:
formatter - The formatter to use.
Returns:
The WKT element name (e.g. "GEOGCS").
See Also:
Formattable.formatWKT(Formatter)


Copyright © 1996-2010 Geotools. All Rights Reserved.