Hi all,
I'm struggling trying to work with complex features in GeoTools. I'm about to
implement a store for complex features. It is something like:
public class RDataStore
implements DataAccess {
...
}
it produces FeatureStore like this:
public class RFeatureStore
extends AbstractFeatureSource
implements FeatureStore {
...
@Override
public DataStore getDataStore() {
return ???
}
...
}
What should the getDataStore() method return here? Its "store" is of type
DataAccess!
What do I miss here?
Thanks for any help.
-Falko
--
Falko Bräutigam
http://polymap.org/polymap3
------------------------------------------------------------------------------
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users