135136137138139140141
* * @param adaptableObject * @return a PropertySource for Features */ private IPropertySource2 createServicePropertySource( Object adaptableObject ) { return new IGeoResourcePropertySource((IGeoResource) adaptableObject); }