Package org.openstreetmap.osmosis.core.filter.common

Interface Summary
IdTracker Defines the interface for all class implementations allowing a set of ids to be marked as in use.
 

Class Summary
BitSetIdTracker Implements the IdTracker interface using an internal JDK BitSet.
IdTrackerFactory Creates IdTracker implementation instances depending on the requested id tracker type.
ListIdTracker Implements the IdTracker interface using a list of ids.
PolygonFileReader Reads the contents of a polygon file into an Area instance.
 

Enum Summary
IdTrackerType Defines the different id tracker implementations available.