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: 21403 $, $Date: 2009-12-11 17:02:50 +0100 (Fr, 11. Dez 2009) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

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

Method Detail

format

java.lang.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.