125126127128129130131
* * @param adaptableObject * @return a PropertySource for Features */ private IPropertySource2 createGeometryPropertySource( Object adaptableObject ) { return new GeomPropertySource((Geometry) adaptableObject); }