I have feature "f" under a catalog(table) "c" which holds my temporal and spatial data along with some attributes(like speed and name). I am using java for inserting records in this feature type and everything is working fine.
My question is what if in future I need to store more attributes along with this existing (just like we add columns in RDBMs to store more details)?
How to integrate such changes along with existing simple feature type schema?