forked from geodmms/xdgnjobs

?? ?
2008-05-16 5c0e9634ef20452c9fc66bb14a469e0a05369899
xdgnjobs/ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/GeneralDgnConvertJobContext.java
@@ -273,6 +273,7 @@
            TextElement textElement = (TextElement) element;
            convertDecorator.setConverter(textElement);
            Geometry geom = convertDecorator.toGeometry(geometryFactory);
            double angle = textElement.getRotationAngle();
            if (geom != null)
            {
                return featureType.create(new Object[]{
@@ -282,7 +283,7 @@
                        textElement.getJustification(),
                        textElement.getTextHeight(),
                        textElement.getTextWidth(),
                        textElement.getRotationAngle(),
                        angle,
                        textElement.getText()
                });
            } else