160 |
setFeatureSource(null, null, null); |
setFeatureSource(null, null, null); |
161 |
else { |
else { |
162 |
FeatureCollection fc = map.getGeoObject(); |
FeatureCollection fc = map.getGeoObject(); |
163 |
String fcName = fc.getFeatureType().getTypeName(); |
String fcName = fc.getSchema().getTypeName(); |
164 |
FeatureSource fs = new MemoryDataStore(fc).getFeatureSource(fcName); |
FeatureSource fs = new MemoryDataStore(fc).getFeatureSource(fcName); |
165 |
setFeatureSource(fs, map.getAttributeMetaDataMap(), filter); |
setFeatureSource(fs, map.getAttributeMetaDataMap(), filter); |
166 |
} |
} |