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
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
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
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
--