Package ucar.nc2.internal.dataset
Interface CoordSystemFactory.ConventionNameOk
-
- Enclosing class:
- CoordSystemFactory
public static interface CoordSystemFactory.ConventionNameOkAllow plug-ins to determine if it owns a file based on the file's Convention attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMatch(String convName, String wantName)Do you own this file?
-