Hi,
I have a PostgreSQL database, there are many tables to store the vehicle's point position, one table for each vehicle. On the GUI, the user can choose the vehicle to view its points data, if the user selects more than one vehicle, I will retrieve them one by one. Once the data is retrieved using the PosgreSQLFeatureLayer, I select all the features from it and add the features to an InMemoryFeatureLayer.
The problem is, when I added the feature to the InmemoryFeatureLayer, I checked the column values are all right. But later when I select any features from the InMemoryFeatureLayer, the column values are all blank.
Where is wrong?
Any help is greatly appreciated!
Thanks
Rose