package com.ximple.eofms.jobs; import org.geotools.feature.FeatureType; import org.geotools.feature.SchemaException; public interface CreateFeatureTypeStrategy { public FeatureType createFeatureElement(String featureName) throws SchemaException; }