19 |
import org.geotools.styling.Style; |
import org.geotools.styling.Style; |
20 |
import org.opengis.referencing.crs.CoordinateReferenceSystem; |
import org.opengis.referencing.crs.CoordinateReferenceSystem; |
21 |
|
|
|
import schmitzm.geotools.feature.FeatureOperationTreeFilter; |
|
22 |
import schmitzm.geotools.styling.StylingUtil; |
import schmitzm.geotools.styling.StylingUtil; |
23 |
import skrueger.AttributeMetaData; |
import skrueger.AttributeMetaData; |
24 |
import skrueger.i8n.Translation; |
import skrueger.i8n.Translation; |
231 |
/** |
/** |
232 |
* Returns the features of the {@link FeatureSource}. |
* Returns the features of the {@link FeatureSource}. |
233 |
* |
* |
234 |
* @see {@link StyledFeatureInterface} |
* @see {@link StyledFeaturesInterface} |
235 |
*/ |
*/ |
236 |
@Override |
@Override |
237 |
public FeatureCollection getFeatureCollection() { |
public FeatureCollection getFeatureCollection() { |
247 |
|
|
248 |
/** |
/** |
249 |
* Same as {@link #getGeoObject()} method, but complies to the |
* Same as {@link #getGeoObject()} method, but complies to the |
250 |
* {@link StyledFeatureInterface} |
* {@link StyledFeaturesInterface} |
251 |
* |
* |
252 |
* @see {@link StyledFeatureInterface} |
* @see {@link StyledFeaturesInterface} |
253 |
*/ |
*/ |
254 |
@Override |
@Override |
255 |
public FeatureSource getFeatureSource() { |
public FeatureSource getFeatureSource() { |