Skip to main content

I am implementing a custom reprojector plugin which needs to access a parameter or attribute that an earlier transformer has created. 

 

I am writing the plugin using the C++ SDK, but am having difficulty seeing how to access this information from the ReprojectEngineManager class to use it.

 

Any tips to how to do this are appreciated!

I think you will need to use the IFMEFeature class to get the attributes needed from the incoming feature (somehow).

 

Disclaimer: I have no idea what I'm talking about. I've never developed a plug-in or done anything in C++


Reply