Justin Deoliveira wrote:
Looking at the *new* FeatureTypeBuilder interface there is the following method:

setCRS(CoordinateReferenceSystem);

however the FeatureType has no CRS property, its on the defaultGeometry, no big surprise since this is like the old model.

Question is should there should be a CRS on FeatureType as well? If not the builder method needs to go.
Great question - and the answer lies with Bryce or the geoapi list (ie where they care, in geotools we just want it to run ;-) )
Thinking ....

GML supports CRS on the FeatureCollection, Feature, or Geometry level (perhaps even on the CoordinateLevel if they are insane). Any of those can be null, and if it *is* null you are understood to be provided with the value from your "parent".

So let put it in ...
Jody



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to