The st-geometry tag has no wiki summary.
1
vote
1answer
37 views
PostgreSQL: transform spatial column from PG_GEOMETRY to ST_GEOMETRY
I have spatial Data stored in my PostgreSQL database as PostGIS Geometry (PG_GEOMETRY). It looks for example like this: 010100002031BF0D0000000000F989264152B81E057E6D5841
Now I would like to move ...
1
vote
1answer
43 views
ArcSDE/ST_Geometry: Can I store polygon and point geometries in same row?
In the system I'm building, we've got a facility that can be represented as either a point, or a point within a polygon (the point in the polygon may or may not be the polygon's centroid).
I'm using ...
0
votes
0answers
78 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 ...