I was attempting to read a input data list, which along with the dataset path, has some formatted instructions for translation. One of these instructions is the reprojection of attribute values in two columns. I am reading the instructions for the attribute reprojections for the dataset from a value such as this:
Â
Â
I was then reading values into fields, so that I could use them in the csmapattributereprojector as follows:
Â
Â
At this point, FieldNameX has the value of 'Easting', and FieldNameY has the value of 'Northing'. (Just at present, I have hardcoded the source and destination coordiante systems, not attempting to read them from the input, but just choosing them in the input dialog of the csmapattributereprojector).
I am using a dynamic schema, so at this point the attribute{1}.name has value of 'Easting' and attribute{2}.name has value of 'Northing'.
Â
My problem is that the csmapattributereprojector does not seem to be reprojecting the values. I have tried a similiar conversion with a static schema and it seems to work fine. I am wondering if this has to do with the dynamic schema, Is this a known issue, or are there any suggestions for workarounds?
Â
Tahnks very much
Jamie