org.deegree.geometry.io
Interface CoordinateFormatter

All Known Implementing Classes:
DecimalCoordinateFormatter, DoubleCoordinateFormatter

public interface CoordinateFormatter

Determines the string representation of exported coordinates, e.g the number of decimal places or the decimal separator.

Version:
$Revision: 31641 $, $Date: 2011-08-24 21:24:55 +0200 (Wed, 24 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 String format(double ordinate)
          Returns the formatted string representation of the given ordinate.
 

Method Detail

format

String format(double ordinate)
Returns the formatted string representation of the given ordinate.

Parameters:
ordinate - ordinate to be formatted
Returns:
the formatted string, never null


Copyright © 2011. All Rights Reserved.