Hi Everyone,
i have ST_geometry column in oracle db, and i want to read this column and use it for further processing.
On accessing data Oracle does return the ST_geometry in correct format , however i am not able to convert ST_GEOMETRY to some usable java object to get individual attributes.
i cannot use sde.ST_AStext or Binary method , since my middle tier does not allow it.
Thanks for any help,
Kim