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; |
214 |
|
|
215 |
/** |
/** |
216 |
* @return The {@link File} where the SLD was loaded from or |
* @return The {@link File} where the SLD was loaded from or |
217 |
* <code>null</code> if there didn't exist a {@link File}. (It could |
* <code>null</code> if there didn't exist a {@link File}. |
|
* be a WFS or a PostGIS |
|
218 |
* |
* |
219 |
* @author <a href="mailto:[email protected]">Stefan Alfons |
* @author <a href="mailto:[email protected]">Stefan Alfons |
220 |
* Krüger</a> |
* Krüger</a> |