java.lang.Object
org.csveed.bean.conversion.Coordinate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Coordinate
fromString
(String coordinateText) From string.getX()
Gets the x.getY()
Gets the y.toString()
-
Constructor Details
-
Coordinate
-
-
Method Details
-
getX
-
getY
-
fromString
From string.- Parameters:
coordinateText
- the coordinate text- Returns:
- the coordinate
-
toString
-