|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.gml.infoset.CoordinateImpl
public class CoordinateImpl
A convenience class that implements the Coordinate interface.
| Constructor Summary | |
|---|---|
CoordinateImpl(java.lang.String value)
Constructor. |
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getValue()
Provides access to the value of this coordinate. |
java.lang.String |
toString()
Returns the string representation of the coordinate decimal value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CoordinateImpl(java.lang.String value)
value - The value used for the construction of this coordinate in
string representation.| Method Detail |
|---|
public java.math.BigDecimal getValue()
getValue in interface Coordinatepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||