42 |
import org.geotools.data.FeatureSource; |
import org.geotools.data.FeatureSource; |
43 |
import org.geotools.feature.FeatureCollection; |
import org.geotools.feature.FeatureCollection; |
44 |
import org.geotools.feature.NameImpl; |
import org.geotools.feature.NameImpl; |
45 |
|
import org.geotools.geometry.jts.ReferencedEnvelope; |
46 |
import org.geotools.styling.Style; |
import org.geotools.styling.Style; |
47 |
import org.opengis.feature.simple.SimpleFeature; |
import org.opengis.feature.simple.SimpleFeature; |
48 |
import org.opengis.feature.simple.SimpleFeatureType; |
import org.opengis.feature.simple.SimpleFeatureType; |
423 |
crs = crs2; |
crs = crs2; |
424 |
} |
} |
425 |
|
|
426 |
|
@Override |
427 |
|
public ReferencedEnvelope getReferencedEnvelope() { |
428 |
|
return new ReferencedEnvelope(getEnvelope(), getCrs()); |
429 |
|
} |
430 |
|
|
431 |
} |
} |