oracle-spatial Questions
1
Solved
I need to calculate Distance between two location through Pl SQL Query. I had tried some Qry but not getting it.
for this we are using Query in SQL is as follows
SELECT ROUND(geography::Point(cast(...
Misty asked 3/12, 2020 at 10:37
2
I am very new to oracle spatial.
I have a spatial table with one SDO_GEOMETRY column. After inserting POINT data in this table, I want to retrieve data in WKT format.
Here is what I did:
Insert...
Franconia asked 29/6, 2017 at 18:10
1
I am developing an location app with oracle spatial in Java. I am using hibernate 4.0 spatial for orm layer. I am new in spatial and i couldn't find best practise for hibernate spatial. My database...
Cordi asked 20/1, 2017 at 5:52
4
Solved
How can I get lat and long from point in oracle?
Like this:
MDSYS.SDO_GEOMETRY(2001,4326,NULL,
MDSYS.SDO_ELEM_INFO_ARRAY(1,1,1),
MDSYS.SDO_ORDINATE_ARRAY(51.702814,32.624736))
Splenic asked 18/6, 2015 at 6:31
1
I am using jts geometry object to store my geometry objects as an Oracle SDO_Geometry. However when I want to use SDO_GEOM.RELATE methods they are not working properly,I realized that I need to cre...
Harassed asked 3/8, 2015 at 13:3
1
Solved
I am using Oracle 11g 2.0.1.0 with Spatial and Oracle SQL Developer on the client. I have a table Places with primary key ID and a view Coordinates with tw columns: ID referencing a post in Places,...
Glassco asked 14/7, 2015 at 14:50
1
Solved
I am trying to create a spatial network from a shapefile (representing street centrelines) imported into an Oracle DB with FME Desktop. The 'CENTRELINES' spatial object contains a GEOM column that ...
Bechuanaland asked 26/3, 2013 at 23:56
1
Solved
I have spatial data that Oracle has assigned an SRID of 81989. I'd like to change it to 27700 - they're both the same coordinate system, its just Oracle uses its own SRID; so no re-projection is ne...
Derive asked 5/2, 2013 at 12:21
1
© 2022 - 2024 — McMap. All rights reserved.