final Map<String, Serializable> params = new HashMap<String, Serializable>();
params.put(ShapefileDataStoreFactory.URLP.key, url);
params.put(ShapefileDataStoreFactory.CREATE_SPATIAL_INDEX.key, false);
final ShpServiceImpl service = new ShpServiceImpl(url, params);
geoResource = new ShpGeoResourceImpl(service, "");
final Filter filter = CommonFactoryFinder.getFilterFactory2()
.id(new FeatureIdImpl(FEATURE));
feature = getFeature(geoResource, filter);
final ShpDocPropertyParser parser = new ShpDocPropertyParser(url);