* Creates the default factory implementation. <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated NOT
*/
public static EFeatureFactory init() {
try {
EFeatureFactory theEFeatureFactory = (EFeatureFactory)EPackage.Registry.INSTANCE.getEFactory("http://geotools.org/data/efeature/efeature.ecore/1.0");
if (theEFeatureFactory != null) {
return theEFeatureFactory;
}
}
catch (Exception exception) {