Hi,
Well, I'm studing the OpenGIS "Filter Encoding Implementation Specification", doc 02-059 and I'm wondering I'll be able to write
XMLs in order to create specific filters.
I checked there are two classes:
(a) org.geotools.filter.FilterDOMParser
(b) org.geotools.filter.FilterSAXParser
Then, initially I thought I could apply the GML. Well, if you check the JavaDocs, you'll see the following comment in (a):
"A dom based parser to build filters as per OGC 01-067"
However, I checked the OpenGIS documents and this one does not appear to exist. So, I ask if the 02-059 doc should be all right to
create the XMLs.
In (b) I got no clear explanation about what is going on... I mean, is that the same thing that we have in (a)?
Thanx in advance.
Regards,
Calegari.