net.refractions.udig.project.geoselection
Interface IGeoSelection

All Known Implementing Classes:
AbstractGeoSelection, ExampleFeatureGeoSelection

public interface IGeoSelection

The interface for GeoSelection containers implementations.

The containers follow to IAdaptable design pattern to hide the implementation specifics. Usually IGeoSelectionListeners should not be aware about actual implementation class of IGeoSelection.

Author:
Vitalus

Method Summary
 java.util.Iterator iterator()
          Custom implementations of interface can iterate through arbitrary set of objects with "selected" semantic.
 

Method Detail

iterator

java.util.Iterator iterator()
Custom implementations of interface can iterate through arbitrary set of objects with "selected" semantic.

Returns: