What I have now is a workspace that uses a SQLCreator to take in an entire (not just the WHERE clause) SQL statement from a web form, and then it exposes all attributes using AttributeExposer, and then styles the result of this through KMLStyler, and then finally passes off this result to a KML writer. This works perfectly where the reader is Oracle non-spatial (on SDOGEOMETRY data).
Now, I need to do the exact same thing, except that I am required to use STGEOMETRY instead of SDOGEOMETRY. I've created a custom Reader to help with my purposes (let's just call it XReader), but I see no way of incorporating that Reader into SQLCreator. Is there any way to make XReader available to SQLCreator? I have tried importing XReader without success (I can provide detail if needed).
Thanks very much.