Interface CoordinatesConverter<S extends Coordinates<?>,​T extends Coordinates<?>>

    • Method Detail

      • convert

        T convert​(S source)
        Converts the specified coordinates.
        Parameters:
        source - the source coordinates.
        Returns:
        the corresponding target coordinates.
        Throws:
        ConversionException - if this conversion cannot be performed.