I need to extract all Polygons from ShapeFile

587
1
01-15-2020 03:07 PM
CesarSaenz
New Contributor

Hi, I need to extract all Polygons from ShapeFile, i read the shapefile and load into map, but i cant extract polygons from them.

Any Idea in SDK NET the last version para WPF? Thank You  I noob in this api.

0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor

Hi,

What would you like to do with the polygons?

Take a look at the following samples:

arcgis-runtime-samples-dotnet/FeatureCollectionLayerFromQuery.xaml.cs at master · Esri/arcgis-runtim... 

arcgis-runtime-samples-dotnet/FeatureLayerQuery.xaml.cs at master · Esri/arcgis-runtime-samples-dotn... 

The special whereclause to return all features is: "1=1".

Cheers

Mike

0 Kudos