forked from geodmms/xdgnjobs

?? ?
2008-05-26 e729f869824eb761cc6f0ede366df311e9cf134c
update for EOFM-103
1 files modified
2 ■■■ changed files
xdgnjobs/ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/IndexDgnConvertJobContext.java 2 ●●● patch | view | raw | blame | history
xdgnjobs/ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/IndexDgnConvertJobContext.java
@@ -214,7 +214,7 @@
    public FeatureType createFeatureElement(String featureName) throws SchemaException
    {
        if (typeBuilderRect != null)
        if (typeBuilderRect == null)
        {
            typeBuilderRect = FeatureTypeBuilder.newInstance(featureName);
            typeBuilderRect.addType(AttributeTypeFactory.newAttributeType("GEOM", Geometry.class));