|
The CITE tests demand that the server throws an exception if a spatial filter is used against a non spatial property. The current implementation is however depending on the ability to find the spatial property in the feature type: this cannot be done in ebRIM, where the spatial properties are buried inside the slots (sort of hash maps with well known keys). Move the verification of the spatial filter to a method in RecordDescriptor, allowing specific record implementation to take action according to the record nature
|