Interface WktEncoder


  • public interface WktEncoder
    An Encoder for WKT (Well-Known Text) representations.

    In general WktEncoder implementations are not be thread-safe.

    Author:
    Karel Maesen, Geovise BVBA
    • Method Detail

      • encode

        <P extends PositionString encode​(Geometry<P> geometry)
        Encodes an object to its WKT representation.
        Parameters:
        geometry - the Geometry instance to encode
        Returns:
        a WKT representation of the specified object.