Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.01 KB

File metadata and controls

34 lines (19 loc) · 1.01 KB

Feature layer (shapefile)

Open a shapefile stored on the device and display it as a feature layer with default symbology.

Image of feature layer shapefile

Use case

Shapefiles store location, shape and attributes of geospatial vector data. Shapefiles can be loaded directly into ArcGIS Runtime.

How to use the sample

Pan and zoom around the map to observe the data from the shapefile.

How it works

  1. Create a ShapefileFeatureTable passing in the URL of a shapefile.
  2. Create a FeatureLayer using the shapefile feature table.
  3. Add the layer to the map's operation layers.

Relevant API

  • FeatureLayer
  • ShapefileFeatureTable

Offline data

This sample downloads the following items from ArcGIS Online automatically:

  • Public Art Shapefile - Shapefiles that cover Aurora Colorado: Public art (points), Bike trails (lines), and Subdivisions (polygons).

Tags

layers, shapefile, shp, vector