forked from geodmms/xdgnjobs

?? ?
2008-03-17 2fae905a591201e3d4ee3d463d1d94a504171017
ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/AbstractFLinkageHandlerStrategy.java
@@ -2,12 +2,17 @@
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.ximple.io.dgn7.Element;
import com.ximple.io.dgn7.FrammeAttributeData;
import com.ximple.io.dgn7.UserAttributeData;
public abstract class AbstractFLinkageHandlerStrategy implements ElementDispatchableStrategy
{
    protected Log logger = LogFactory.getLog(AbstractFLinkageHandlerStrategy.class);
    protected FrammeAttributeData getFeatureLinkage(Element element)
    {
        if (!element.hasUserAttributeData())