[mapguide-users] Problem with King.Oracle and SetSpatialFilter
Andreas Morf
a.morf at fkl.ch
Wed Aug 19 04:53:42 EDT 2009
Hi all
To retrieve all points with a spatial filter I tried to use the following
statements:
$queryOptions->SetSpatialFilter($featureGeometryName, $geom, 7);
$featureReader = $featureService->SelectFeatures($featureResId, $class,
$queryOptions);
The SelectFeatures-command results in following error:
An exception occurred in FDO component.
ORA-29902: error in executing ODCIIndexStart() routine
ORA-13208: internal error while evaluating [window SRID does not match
layer SRID] operator
ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 286
The feature source is working correctly if no spatial filter is applied or
if used on a map...
Is there a way to assign an SRS to the filter geometry?
Any ideas?
More information about the mapguide-users
mailing list