Adapter for implementations which doesn't extends
Formattable . This includes
especially
org.geotools.referencing.operation.transform.AffineTransform2D .
This method looks for a
toWKT() method using reflection.
since: 2.0 version: $Id: Adapter.java 20874 2006-08-07 10:00:01Z jgarnett $ author: Martin Desruisseaux
Constructor Summary
public
Adapter(Object object) Create an adapter for the specified object.
Try to format the wrapped object as WKT. If the adapter fails to find a way to format
the object as WKT, then an
UnsupportedImplementationException is thrown.
Fields inherited from org.geotools.referencing.wkt.Formattable