Re: [Geotools-devel] About IdentifiedObjectFinder ...

2007-07-07 Thread Jody Garnett
Martin Desruisseaux wrote: > Jody Garnett a écrit : >> I am going to have to define an AuthorityFactory2 (if we obey our >> conventions) documenting the fact that this getIdentifiedObjectFinder >> method is an outstanding change request against GeoAPI. > No, this getIdentifiedObjectFinder is not

Re: [Geotools-devel] About IdentifiedObjectFinder ...

2007-07-07 Thread Martin Desruisseaux
Jody Garnett a écrit : > I am going to have to define an AuthorityFactory2 (if we obey our > conventions) documenting the fact that this getIdentifiedObjectFinder > method is an outstanding change request against GeoAPI. No, this getIdentifiedObjectFinder is not targeted for GeoAPI! I consider i

[Geotools-devel] About IdentifiedObjectFinder ...

2007-07-06 Thread Jody Garnett
Okay I figured it out ... wow. Abstract classes everywhere. I am going to have to define an AuthorityFactory2 (if we obey our conventions) documenting the fact that this getIdentifiedObjectFinder method is an outstanding change request against GeoAPI. interface AuthorityFactory2 { public I

[Geotools-devel] About IdentifiedObjectFinder ...

2007-07-06 Thread Jody Garnett
Hi Martin ... I am looking at test cases that expect an AbstractAuthorityFactory - which has a public method getIdentifiedObjectFinder( class ). This method is not part of the formal GeoAPI interfaces and has been ignored by me up to this point. What is this construct used for? Jody --