ucar.nc2.dataset
Interface CoordSysBuilder.ConventionNameOk

Enclosing class:
CoordSysBuilder

public static interface CoordSysBuilder.ConventionNameOk

Allow plug-ins to determine if it owns a file based on the file's Convention attribute.


Method Summary
 boolean isMatch(java.lang.String convName, java.lang.String wantName)
          Do you own this file?
 

Method Detail

isMatch

boolean isMatch(java.lang.String convName,
                java.lang.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