30 |
package skrueger.geotools; |
package skrueger.geotools; |
31 |
|
|
32 |
import java.io.File; |
import java.io.File; |
|
import java.io.FileNotFoundException; |
|
33 |
import java.io.IOException; |
import java.io.IOException; |
34 |
import java.net.URL; |
import java.net.URL; |
35 |
import java.util.Date; |
import java.util.Date; |
52 |
import schmitzm.geotools.io.GeoImportUtil; |
import schmitzm.geotools.io.GeoImportUtil; |
53 |
import schmitzm.geotools.styling.StylingUtil; |
import schmitzm.geotools.styling.StylingUtil; |
54 |
import skrueger.AttributeMetadataImpl; |
import skrueger.AttributeMetadataImpl; |
|
import skrueger.AttributeMetadataInterface; |
|
55 |
import skrueger.i8n.Translation; |
import skrueger.i8n.Translation; |
56 |
|
|
57 |
import com.vividsolutions.jts.geom.Envelope; |
import com.vividsolutions.jts.geom.Envelope; |
60 |
* This class enables a non Atlas context to use the Atlas LayerPanel |
* This class enables a non Atlas context to use the Atlas LayerPanel |
61 |
* {@link JPanel} as a {@link MapContextManagerInterface} |
* {@link JPanel} as a {@link MapContextManagerInterface} |
62 |
* |
* |
63 |
* @author <a href="mailto:[email protected]">Stefan Alfons Krüger</a> |
* @author <a href="mailto:[email protected]">Stefan Alfons Tzeggai</a> |
64 |
* |
* |
65 |
* TODO Rename to StyledShapefile |
* TODO Rename to StyledShapefile |
66 |
*/ |
*/ |
293 |
* <code>null</code> if there didn't exist a {@link File}. |
* <code>null</code> if there didn't exist a {@link File}. |
294 |
* |
* |
295 |
* @author <a href="mailto:[email protected]">Stefan Alfons |
* @author <a href="mailto:[email protected]">Stefan Alfons |
296 |
* Krüger</a> |
* Tzeggai</a> |
297 |
*/ |
*/ |
298 |
public File getSldFile() { |
public File getSldFile() { |
299 |
return sldFile; |
return sldFile; |