Re: [mapguide-users] Geometric join without spatial support

2009-07-12 Thread dorshemer
Thanks for the advice. I ended up using a spatial filter with http://mapguide.osgeo.org/files/mapguide/docs/2.0/d8/dcc/class_mg_feature_query_options_3e8bc4869a6eae290c4d06ebd91823ca.htm#3e8bc4869a6eae290c4d06ebd91823ca MgFeatureQueryOptions::SetSpatialFilter() to create a new FeatureSource as

Re: [mapguide-users] Geometric join without spatial support

2009-07-08 Thread Tom Lazo
Hi, I'm in the same situation. But, i think that can be solved with the MgGeometry class. I dunno but you could do a double for and apply the Within Function for each feature. Take a time and read this class: http://mapguide.osgeo.org/files/mapguide/docs/2.0/d1/d85/class_mg_geometry.htm I

Re: [mapguide-users] Geometric join without spatial support

2009-07-07 Thread Jamo
Can't a spatial operator on the MgFilter be used? it would require coding if it hasn't been done already ... or is it specific to each FDO ? -- View this message in context: http://n2.nabble.com/Geometric-join-without-spatial-support-tp3208010p3222821.html Sent from the MapGuide Users mailing

Re: [mapguide-users] Geometric join without spatial support

2009-07-07 Thread Jackie Ng
In terms of creating a layer definition based on an extended feature class that is a feature join on geometric properties, that is not possible. But doing it at runtime join using spatial query operators, it is possible. - Jackie Jamo wrote: Can't a spatial operator on the MgFilter be

Re: [mapguide-users] Geometric join without spatial support

2009-07-06 Thread Jackie Ng
MapGuide does not support feature joins on geometric components. - Jackie dorshemer wrote: Hello, I'm trying to perform a geometric join between two tables without using any spatial DB support. I have an oracle table representing points on a map with X and Y fields, and a polygon SHP

[mapguide-users] Geometric join without spatial support

2009-07-05 Thread dorshemer
Hello, I'm trying to perform a geometric join between two tables without using any spatial DB support. I have an oracle table representing points on a map with X and Y fields, and a polygon SHP layer imported into MG. I would like to connect all the point from the first table with the polygons