* <!-- end-user-doc -->
* @generated
*/
public static Wcs20Factory init() {
try {
Wcs20Factory theWcs20Factory = (Wcs20Factory)EPackage.Registry.INSTANCE.getEFactory("http://www.opengis.net/wcs/2.0");
if (theWcs20Factory != null) {
return theWcs20Factory;
}
}
catch (Exception exception) {