|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.geometry.io.DoubleCoordinateFormatter
public class DoubleCoordinateFormatter
CoordinateFormatter that simply uses the string value of the coordinate (#toString()).
| Constructor Summary | |
|---|---|
DoubleCoordinateFormatter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
format(double number)
Returns the formatted string representation of the given ordinate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleCoordinateFormatter()
| Method Detail |
|---|
public java.lang.String format(double number)
CoordinateFormatter
format in interface CoordinateFormatternumber - ordinate to be formatted
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||