> Erk, isCreateSchema() means nothing to me, seems like an unfinished question.

Apparently; searching for a consistent set of names using a code example..

> I can go for isCreateSchemaSupported() if you want to use javabean
> conventions.

DataCapabilities capabilities = ds.getCapabilities();
if(!capabilities.isCreateSchemaSupported()) {
   ...         
}

Does not really work for me, too much duplication. Better stick to the proposal 
as written.

Jody
------------------------------------------------------------------------------
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to