Ejemplo n.º 1
0
 /**
  * ${@inheritDoc}.
  *
  * @see
  *     org.openstreetmap.osm.data.IDataSet#removeWay(org.openstreetmap.osmosis.core.domain.v0_5.Way)
  */
 public void removeWay(final Way aW) {
   myCachingDataSet.removeWay(aW);
   myDataSource.removeWay(aW);
 }