UDIGFeatureStore and the regarding test classes miss the
public Set getSupportedHints() {
return Collections.EMPTY_SET;
}
method and give me compile error.
Can that be changed by adding the method above as described at:
http://docs.codehaus.org/display/GEOTOOLS/Upgrade+to+2.4#Upgradeto2.4-addFeatures
Should I do that?
Ciao
Andrea