On Tue, 2011-01-11 at 13:30 +1000, Jody Garnett wrote:
> The namespace 2 discussion has been productive (introducing of gt-opengis,
> creation of two proposals) but is now stuck...
>
> The Query interface would like to work with PropertyName to capture a list of
> xpath expressions to be obtained via the Query. To do a nice job of this it
> would be good to have access to a FilterFactory (by way of
> CommonFactoryFinder).
>
> Why is this an issue?
> - Query is in gt-api
> - CommonFactoryFinder is in gt-main
>
> Any suggestions?
not sure it'll work, but FactoryFinder is in gt-metadata, so Query could
just use that one provided the lookup method is refactored into
FactoryFinder:
public class FactoryFinder{
public static Object lookup(Class category, Hints hints, Hints.Key key)
{
hints = mergeSystemHints(hints);
....
}
>
> Jody
> ------------------------------------------------------------------------------
> Gaining the trust of online customers is vital for the success of any company
> that requires sensitive data to be transmitted over the Web. Learn how to
> best implement a security strategy that keeps consumers' information secure
> and instills the confidence they need to proceed with transactions.
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Geotools-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
--
Gabriel Roldan
[email protected]
Expert service straight from the developers
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web. Learn how to
best implement a security strategy that keeps consumers' information secure
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel