The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
41 views

DISPLAY SPATIAL DATA USING JDBC ON A JFRAME

I am trying to catch sdo geometries in a jframe of java by converting them into jgeometry. So I just want to draw them out in a frame. It then uses some class in the sdovis.jar library (the rendering ...
0
votes
0answers
72 views

Comparing SDO_GEOMETRY to ST_GEOMETRY in reference to measuring distance within features

Does anyone know how the SDO_WITHIN_DISTANCE works with featureclasses that are unprojected i.e. just Geographic WGS 84 systems. As I don't see how the km/miles units can work unless it does an on ...