25 |
* |
* |
26 |
* Contributors: |
* Contributors: |
27 |
* Martin O. J. Schmitz - initial API and implementation |
* Martin O. J. Schmitz - initial API and implementation |
28 |
* Stefan A. Krüger - additional utility classes |
* Stefan A. Tzeggai - additional utility classes |
29 |
******************************************************************************/ |
******************************************************************************/ |
30 |
/** |
/** |
31 |
Copyright 2008 Stefan Alfons Krüger |
Copyright 2008 Stefan Alfons Tzeggai |
32 |
|
|
33 |
atlas-framework - This file is part of the Atlas Framework |
atlas-framework - This file is part of the Atlas Framework |
34 |
|
|
43 |
|
|
44 |
package skrueger.geotools.selection; |
package skrueger.geotools.selection; |
45 |
|
|
46 |
import org.geotools.feature.SimpleFeature; |
import org.opengis.feature.simple.SimpleFeature; |
47 |
|
|
48 |
import skrueger.geotools.StyledFeatureCollectionInterface; |
import skrueger.geotools.StyledFeatureCollectionInterface; |
49 |
import skrueger.geotools.StyledFeatureSourceInterface; |
import skrueger.geotools.StyledFeatureSourceInterface; |