java.lang.Object
org.csveed.bean.conversion.Coordinate
The Class Coordinate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Coordinate
fromString
(String coordinateText) From string.getX()
Gets the x.getY()
Gets the y.toString()
-
Constructor Details
-
Coordinate
Instantiates a new coordinate.- Parameters:
x
- the xy
- the y
-
-
Method Details