Interface CoordinatesConverter<S extends Coordinates<?>,T extends Coordinates<?>>
public interface CoordinatesConverter<S extends Coordinates<?>,T extends Coordinates<?>>
This interface represents a converter between
coordinates.-
Method Summary
-
Method Details
-
convert
Converts the specified coordinates.- Parameters:
source- the source coordinates.- Returns:
- the corresponding target coordinates.
- Throws:
ConversionException- if this conversion cannot be performed.
-