Interface CoordSystemFactory.ConventionNameOk

  • Enclosing class:
    CoordSystemFactory

    public static interface CoordSystemFactory.ConventionNameOk
    Allow plug-ins to determine if it owns a file based on the file's Convention attribute.
    • Method Detail

      • isMatch

        boolean isMatch​(String convName,
                        String wantName)
        Do you own this file?
        Parameters:
        convName - name in the file
        wantName - name passed into registry
        Returns:
        true if you own this file