Interface PROJFormattable

    • Method Detail

      • formatPROJ

        String formatPROJ​(PROJFormatter formatter)
        Format the inner part of a PROJFormattable object.

        This method is automatically invoked by PROJFormatter.append(PROJFormattable).

        For example for a element (DefaultOperationMethod) of type Projection, the formatter will invoke this method to prepend the "+proj=" String for completing the PROJ String before appending the Projection Name (e.g. lcc for a Lambert Conformal Conic)

        Parameters:
        formatter - The PROJFormatter to use.
        Returns:
        The proj String of the PROJ element type if any. (e.g. +ellps= for named ellipsoids, +datum= for named datums).