Package ucar.nc2.internal.dataset
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isMatch(String convName, String wantName)
Do you own this file?
-