Select to view content in your preferred language

How to read ST_Geometry in java

527
0
02-28-2018 04:06 AM
KimKim
by
New Contributor

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

0 Kudos
0 Replies