public Collection remove(Envelope env) {
   return fc.remove(env);
 }
 public void remove(Feature feature) {
   fc.remove(feature);
 }