[fdo-users] Problem GeometryFactory + ApplySchema

Bohne thomas_bonsiepen at web.de
Tue Jul 23 09:50:00 PDT 2013


Thanks for your reply, Jackie! 

I modified the method like this:

/private static FgfGeometryFactory geomFactory;
        public static string Test()
        {
            

            if(geomFactory==null)
                geomFactory = new FgfGeometryFactory();

            IGeometry geomTest = geomFactory.CreateGeometry("POINT XYZ(1.94
2.432 3.43)");
         
            return geomTest.Text;



        }/

Still the same problem! Before calling "Schema.Execute" it returns the Text
with Decimalplaces, after it doesn't..



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Problem-GeometryFactory-ApplySchema-tp5064106p5068278.html
Sent from the FDO Users mailing list archive at Nabble.com.


More information about the fdo-users mailing list