| org.jscience.geography.coordinates.crs.CoordinatesConverter
Method Summary | |
T | convert(S source) Converts the specified coordinates.
Parameters: source - the source coordinates. |
convert | T convert(S source)(Code) | | Converts the specified coordinates.
Parameters: source - the source coordinates. the corresponding target coordinates. throws: ConversionException - if this conversion cannot be performed. |
|
|