Justin Deoliveira wrote:
> Ok, we are misunderstanding each other. Here is some code to be clear. 
> This is what i want the interfaces to look like:
>
> DataStoreInfo {
>
>   String getURI();
>
> }
>
> DublinCoreInfo extends DataStoreInfo {
>
>   String getTitle();
>
>   String getPublsiher();
>
>   String getSchema();
> }
Yes we were I had in mind ...
ServiceInfo {
   getTitle();
   ...etc...
}
ShapefileServiceInfo extends ServiceInfo {
   isFile();
}

So we have the same approach; my question is how can we avoid spending 
months defining a minimal set?

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to