Note: this page is only a draft, but this project is hosted on a public repository where anyone can contribute. Learn how to contribute in less than a minute.
Feature services
Feature services allow you to serve feature data and nonspatial tables over the Internet or your intranet. This makes your data available for use in web clients, desktop apps, and field apps.
Table of contents
Introduction
Feature services are probably the most used ArcGIS service type. They can be prepare to work offline, support edition tracking, time-enable, versioning, etc.
It can be consume from any developer technology:
- ArcGIS JavaScript API - example (uses WebGL > GraphicLayer)
- Runtime SDK for Android - example
- ...
And also any other ArcGIS Product
ArcGIS Online
- 10 minutes tutorials: (hosted feature layer)
- Documentation: Publish hosted feature layers
ArcGIS Enterprise
- Publish a feature service from ArcMap
- ArcGIS Pro Help > Share your work > Share a web layer > Web feature layer
ArcGIS Online items
Check some Feature Services share publicly in ArcGIS Online
Related resources
- Koop
- geoservices.github.io: An open source implementation of the GeoServices specification