15 |
import org.apache.log4j.Logger; |
import org.apache.log4j.Logger; |
16 |
import org.geotools.data.FeatureSource; |
import org.geotools.data.FeatureSource; |
17 |
import org.geotools.feature.AttributeType; |
import org.geotools.feature.AttributeType; |
|
import org.geotools.gui.swing.ExceptionMonitor; |
|
18 |
import org.geotools.styling.Style; |
import org.geotools.styling.Style; |
19 |
import org.opengis.referencing.crs.CoordinateReferenceSystem; |
import org.opengis.referencing.crs.CoordinateReferenceSystem; |
20 |
|
|
121 |
} |
} |
122 |
} |
} |
123 |
|
|
124 |
public FeatureSource getGeoObject() throws Exception { |
public FeatureSource getGeoObject() { |
125 |
return fs; |
return fs; |
126 |
} |
} |
127 |
|
|