1 / 33

Working with Feature Layers

Working with Feature Layers. Gary MacDougall Russell Brennan. Working with Feature Layers. Session will focus on feature access and editing Highlight new features added over the last few releases. Agenda. Introduction Workflow demos Publishing with Pro Feature services in Portal

cheesman
Download Presentation

Working with Feature Layers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Working with Feature Layers Gary MacDougall Russell Brennan

  2. Working with Feature Layers • Session will focus on feature access and editing • Highlight new features added over the last few releases

  3. Agenda • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • What’s new • Q&A

  4. Feature Service • Exposed on Portal and Online through Feature Layers • Supports accessing and editing data over the web • Provides online and offline (10.2.1) access • Layers Contain • Drawing info (renderers, symbols, etc) • Field info (type, nullable, editable) • Feature templates for editing (defaults, domains) • Operations for query and editing • RESTful

  5. Options • Export to various formats • Work Attachments and Relationship Classes • Enable time • Set editing capabilities • Enable sync • Enable editor tracking • Turn on access control • Work with M and Z data

  6. Data Storage Options Pro Web Collector • Feature Services referencing your Enterprise Geodatabase • ArcGIS for Server • Hosted Feature Services • ArcGIS Online • Portal for ArcGIS …. Portal / Online Server Enterprise Geodatabase

  7. Data Storage Options Collector Pro Web • Feature Services referencing your Enterprise Geodatabase • ArcGIS for Server • Hosted Feature Services • ArcGIS Online • Portal for ArcGIS …. Online

  8. Data Storage Options Collector Pro Web • Feature Services referencing your Enterprise Geodatabase • ArcGIS for Server • Hosted Feature Services • ArcGIS Online • Portal for ArcGIS …. Portal ArcGIS Data Store Server

  9. Feature Service Clients • Web • Map viewer (ArcGIS online, Portal for ArcGIS) • Web applications • Desktop applications • ArcGIS Pro • ArcMap • Runtime applications • Collector for ArcGIS • Explorer for ArcGIS • Operations dashboard for ArcGIS • Survey 123 • Custom apps Collector forArcGIS ArcGISPro BusinessAnalyst Online Explorer forArcGIS 10.3: Web AppBuilder for ArcGIS Operations Dashboard for ArcGIS ArcMap

  10. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • What’s new • Q&A …. Portal Server

  11. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • What’s new • Q&A …. Publish Portal ArcGIS Data Store Server

  12. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • What’s new • Q&A …. Portal ArcGIS Data Store Server

  13. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • What’s new • Q&A …. Portal ArcGIS Data Store Server

  14. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • What’s new • Q&A …. Portal ArcGIS Data Store Server

  15. Workflow Demo Summary Synchronize Publish Service Download Author Map PrepareMaps / Share View, Query Edit Create Replica Pro Client ArcGIS Pro

  16. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • What’s new • Q&A …. Portal ArcGIS Data Store Server

  17. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • Q&A …. Portal ArcGIS Data Store Server

  18. Feature Services Admin API • Allows schema edits after publishing • Add/Drop layers, Add/Drop fields, Add/Drop relationship classes / attachments, … • Supported with hosted feature services • Use Desktop / Pro for Feature Services referencing your Enterprise Geodatabase • Used by… • Commands in the Portal UI • Can also be called directly using the REST services directory • E.g. http://abbey.esri.com/gis/rest/admin/services/Hosted/States_rel/FeatureServer/0

  19. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • What’s new • Q&A …. Portal ArcGIS Data Store Server

  20. ArcGIS Data Store • New in 10.3 • Designed to store the data from Portal for ArcGIS • Installed separately and configured when setting up Portal for ArcGIS • Provides • Support 1000’s of hosted feature services • High availability • Back up and restore

  21. ArcGIS Data Store • Can be configured with a primary and standby for high availability • Manual or automatic failover Server ArcGIS Data Store Primary Standby Primary Standby

  22. ArcGIS Data Store – Spatiotemporal Big Data Store • Can choose to add a Spatiotemporal store when configuring the data store • Allows better support for observation data with the GeoEvent extension in 10.4 • Uses Elasticsearch • Enables archival of high volume observation data • Very high write throughput and scalability (can run across multiple machines) • Provides high availability

  23. ArcGIS Data Store – Spatiotemporal Big Data Store • Data can be accessed via Feature Services and Map Services • map service provides dynamic rendering and aggregated data representation • Spatiotemporal big data store will support other workflows in upcoming releases • Analysis in 10.5

  24. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • What’s new • Q&A …. Portal ArcGIS Data Store Server

  25. What’s new – on the server • Output format = GeoJSON • Attachment sync direction • allows you to upload your attachments but not download new attachments when syncing • An option to get a copy of your data  (data extraction) • Calculate and ValidateSQL • Apply edits while preserving your Globalid (REST API) • Admin API - add / modify and drop indexes, relationship classes and domains in Portal for ArcGIS / ArcGIS Data Store • Spatiotemporal data store based on elastic search • GeoEvent server • very large volumes of data ingested at a very high rate

  26. What’s new – on the desktop ArcGIS Pro 1.2 • Choose to publish registered data • Add field/Delete field from a feature service • ArcGIS Pro 1.3 • Feature caching > improves performance and scalability • Layers from feature or map services can be added directly to Pro via URL • Map Services are significant as this allows use your map service features locally to do operations like geoprocessing. • ArcMap 10.4.1 • Pagination is supported

  27. Summary • Feature Services and Editing • Included feature services and… • Portal for ArcGIS and ArcGIS Data Store • Pro • Collector • Advanced topics • Feature Service Admin API • High availability

  28. Please take our Survey Your feedback allows us to help maintain high standards and to help presenters Find your event in the Esri Events App Find the session you want to review Scroll down to the bottom of the session Answer survey questions and submit

  29. Agenda Collector Pro Web • Introduction • Workflow demos • Publishing with Pro • Feature services in Portal • Pro as a feature service client • Taking data offline with Collector • Advanced topics • Admin API • ArcGIS Data Store • Q&A …. Portal ArcGIS Data Store Server

  30. Collector Pro Web …. Portal Server

  31. Collector Pro Web …. Portal ArcGIS Data Store Server

More Related