HI Luca,

How can I compare dynamically like this,

select St_disjoint(  st_geomfromtext(select st_astext(name)from PolYgonwsg) 
, st_geomfromtext(select st_astext(name)from smallpolygon) );

hear I am applying  St_disjoint() on two different tables which have same 
polygon data its not getting.
is I am doing wrong? or is there any way to compare two different row's or 
two different tables data dynamic values not a static data like


Select ST_Contains(ST_geomFromText('POLYGON((77.16796875 
26.068502530912397,75.7177734375 21.076171072527064,81.650390625 
19.012137871930328,82.9248046875 25.196864372861896,77.16796875 
26.068502530912397))'), ST_GeomFromText('POINT(77.420654296875 
23.23929558106523)'))

On Saturday, February 20, 2016 at 10:01:05 AM UTC+5:30, Luca Son wrote:

> I'm posting the answer given on StackOverflow about this question:
>
>
> http://stackoverflow.com/questions/35498121/how-do-i-use-stored-geometries-in-the-spatial-functions
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to