Package org.openstreetmap.osmosis.testutil.v0_6

Examples of org.openstreetmap.osmosis.testutil.v0_6.SinkChangeInspector


  @Test
  public final void testRejectRelation() {
    Set<String> keys = new HashSet<String>();
    Map<String, Set<String>> keyValues = new HashMap<String, Set<String>>();
    tagFilter = new TagFilter("reject-relations", keys, keyValues);
    entityInspector = new SinkEntityInspector();
    tagFilter.setSink(entityInspector);

    tagFilter.process(amenityNodeContainer);
    tagFilter.process(residentialWayContainer);
    tagFilter.process(testRelationContainer);
View Full Code Here

TOP

Related Classes of org.openstreetmap.osmosis.testutil.v0_6.SinkChangeInspector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.