|
From: sebdell <sha...@ba...> - 2011-03-21 03:38:37
|
Hi Jody, Stepping through the dubug all seems to be as expected until builder.buildFeatureType(); is called. Looking through this method it appears that the CRS is only maintained within the Default Geometry and that value does not appear to be read at any time. Throughout the debug the builder "attributeBuilder" and "superType" objects never get set and their crs values remain at null. Both of these objects pass through the buildFeatureType process and from what I can tell are the objects that are defining the SimpleFeatureType. The final SimpleFeatureType "schema" contains the correct DefaultGeometry and CRS, however, the global CRS and the superType.crs remain at null. Regards, Shaun -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/SimpleFeatureType-CRS-being-set-to-null-tp6183478p6191115.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. |