Esempio n. 1
0
 // adding a feature
 public void addFeature(Feature f) {
   f.strId2IdxAdd(fmap);
   features.add(f);
 }