Hi,
I have one question about shp files and ShapeFileFeatureLayer.
Is it possible to add several shp files in one layer shapefileFeaturelayer as
ShapeFileFeatureLayer dptLayer = new ShapeFileFeatureLayer("C:\…\DEPARTEMENT1.shp",C:\…\DEPARTEMENT2.shp,etc …) ?
Or one file shp equals to one shapefilefeaturelayer as
ShapeFileFeatureLayer dptLayer = new ShapeFileFeatureLayer("C:\…\DEPARTEMENT.shp") ?
Thanks.
Regards.
Steph.
ShapeFileFeatureLayer
Hi Steph,
Thanks for your post.
One ShapeFileFeatureLayer is mapping one shape file. If you want use one shapefilefeaturelayer to display multiple shape files, one suggestion is to use our "GidEditor" to merge these shapeFiles into one then use on shapefilefeaturelayer to load the merged shapefile to merge some shape files.
Best Regards
Summer
Hi Summer,
OK.
Thanks.
Regards.
Stéphanie.
Hi Steph,
You’re always welcome, if you have any more question , please feel free to let us know.
Best Regards
Summer