Another angle to this question: I see how one defines a style for a layer using ZoomLevelSet. What I really need is to be able to dynamically define a style for each feature based on attribute data during runtime. How can this be done?
I see the ValueStyle and ValueItem classes. But I cannot create a collection of these as there will be too many. I have a mathematical formular that gives me a picture and color to superimpose on the picture, based on two properties on my data. During runtime, I want to create a PointStyle and assign this to a feature before it is drawn.
Also is there a way to create a GeoImage from BitMapSource?
Klaus