Working with Feature Layers

Slides:



Advertisements
Similar presentations
Publishing GIS Services to ArcGIS for Server
Advertisements

Technical Workshops | Esri International User Conference San Diego, California Building Applications with ArcGIS Runtime SDK for Windows Phone Rex Hansen.
Web Editing in ArcGIS for Server
Esri International User Conference | San Diego, CA Technical Workshops | ArcGIS for SharePoint, An Introduction Art Haddad Rich Zwaap.
Sharing Geographic Content
ArcGIS Workflow Manager An Introduction
Gary MacDougall Premjit Singh Managing your Distributed Data.
Troubleshooting Replication and Geodata Services
Fundamentals of working with geographic data
Building Offline Apps With the ArcGIS Runtime SDKs
ArcGIS for Server: Reference Implementations
Extending ArcGIS for Server
Publishing to ArcGIS for Server
Enabling High-Quality Printing in Web Applications
Leveraging ArcGIS Online Elevation and Hydrology Services
Advance Map Automation With Python
Esri Roads and Highways: An Introduction to Roadway Reporter
ArcGIS Runtime SDK for iOS: Debugging Offline Feature Editing Garima Bradley &)&) &)&)
Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy
Technical Workshops | Esri International User Conference San Diego, California Creating Geoprocessing Services Kevin Hibma, Scott Murray July 25, 2012.
ArcGIS Server for Administrators
Working with Versioned Data and Feature Service Sync Gary MacDougall Russell Brennan.
Extend the Operations Dashboard with Custom Widgets (and more)
Working with Feature Services Gary MacDougall Russell Brennan.
Esri UC 2014 | Technical Workshop | Creating Geoprocessing Services Kevin Hibma.
Extending the Operations Dashboard
Collector for ArcGIS: Tips and Tricks Morgan Zhang Li Lin.
RJ Sunderman Product Engineer GeoEvent Extension Product Team Mark Bramer Senior Technical Analyst Esri Professional Services
Developing Cross Platform Apps with the ArcGIS Runtime SDK for Qt
Publishing GIS Services to ArcGIS Server
Sharing Maps and Layers to Portal for ArcGIS Melanie Summers, Tom Shippee, Ty Fitzpatrick.
Packaging Network and Geocoding Data for Navigator Mark Bockenhauer & Frank Kish.
Administering Your GIS Server Derek Law
ArcGIS for Server Security: Advanced
ArcGIS for the Military: Creating and Sharing Military Overlays
Bill Major G67940_UC15_Tmplt_16x9_4-15
Jeff Barrette Jeff Moulds
Real-Time GIS Leveraging Stream Services
Integrating ArcSight with Enterprise Ticketing Systems
Accessing Spatial Databases in ArcGIS using Query Layers
Real-Time 3D GIS: Making Scenes Come Alive
Integrating ArcSight with Enterprise Ticketing Systems
Configuring Portal for ArcGIS to Perform Network Analysis
ArcGIS Workflow Manager: Advanced Workflows and Concepts
ArcGIS Geocoding What’s New and the Road Ahead
App Configuration, Customization or Development
Geocoding with ArcGIS Online
ArcGIS for Server: An Introduction
Collector: Authoring Maps for Offline Data Collection
Network Analysis with ArcGIS Online
ArcGIS for Server: What’s New
Shankar Chandrasekaran
Creating Geoprocessing Services
Introduction to Fire Incident Maps
Automating and Validating Edits
Web AppBuilder for ArcGIS
ArcGIS Pro: What’s New in Editing and Data Management
Leveraging ArcGIS Online Elevation and Hydrology Services
Network Analysis using Python
Best Practices: Authoring Maps for Field Use
Working with Elevation Services
Tile layers, map image layers, and on-premises Web GIS
Syncing Over the Web with Versioned Data
Publishing image services in ArcGIS
Introduction to Portal for ArcGIS
ArcGIS Pro: An Introduction Overview
Hosting Geodesign and Analysis Services in Your Portal for ArcGIS
LEVERAGING VECTOR TILE LAYERS IN WEB APPS
Geodatabase Best Practices
Presentation transcript:

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 Add… - This is an introductory session During the session we will show demos involving Portal, Pro and Collector Each of these areas have a lot more than what we will be showing and you can attend deep dive sessions on each of these areas to learn more

Agenda Introduction Workflow demos Advanced topics What’s new Q&A 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

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 - Feature services are RESTful – with REST being the main mode communication between the clients and the server

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 - Here are some of Options you can configure with a feature service

Enterprise Geodatabase Data Storage Options Pro Web Collector Feature Services referencing your Enterprise Geodatabase ArcGIS for Server Hosted Feature Services ArcGIS Online Portal for ArcGIS …. Server Portal / Online The feature services gives you options in terms of how you want the data to be stored Enterprise Geodatabase

Data Storage Options Online Pro Web Collector …. Online Feature Services referencing your Enterprise Geodatabase ArcGIS for Server Hosted Feature Services ArcGIS Online Portal for ArcGIS Another way to go is hosted feature services Hosted means that the data is copied during feature service publishing and managed for you For example, you can publish hosted feature services in ArcGIS online – which will copy and maintain the data Good for viral maps where you don’t have to do the scaling part

Data Storage Options Portal Pro Web Collector Portal …. Server ArcGIS Data Store Feature Services referencing your Enterprise Geodatabase ArcGIS for Server Hosted Feature Services ArcGIS Online Portal for ArcGIS Portal also supports hosted feature services Here you install Portal for ArcGIS, Server and the ArcGIS data store and then configure them such that when services are published to Portal, the service runs in the back end server and then data is copied to the arcgis data store All your interactions with the data is through the portal This is the set up that we will be using for the demos in this session Although all most all of these workflows are supported for any of the storage options set ups the we’ve just described

Feature Service Clients Collector for ArcGIS 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 ArcGIS Pro Business Analyst Online ArcMap Explorer for ArcGIS 10.3: Web App Builder for ArcGIS The feature service is supported by a wide array of clients across the platform Such as… In this session we are going to focus on some of the newer clients – namely Pro, Collector and Map Viewer Operations Dashboard for ArcGIS

Agenda Portal Introduction Workflow demos Advanced topics What’s new Pro Web Collector Server Portal …. 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

Agenda Portal Introduction Workflow demos Advanced topics What’s new Pro Web Collector Portal …. Server ArcGIS Data Store 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

Agenda Portal Introduction Workflow demos Advanced topics What’s new Pro Web Collector Portal …. Server ArcGIS Data Store 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

Agenda Portal Introduction Workflow demos Advanced topics What’s new Pro Web Collector Portal …. Server ArcGIS Data Store 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

Agenda Portal Introduction Workflow demos Advanced topics What’s new Pro Web Collector Portal …. Server ArcGIS Data Store 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

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

Agenda Portal Introduction Workflow demos Advanced topics What’s new Pro Web Collector Portal …. Server ArcGIS Data Store 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

Agenda Portal Introduction Workflow demos Advanced topics Q&A Pro Web Collector Portal …. Server ArcGIS Data Store 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

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

Agenda Portal Introduction Workflow demos Advanced topics What’s new Pro Web Collector Portal …. Server ArcGIS Data Store 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

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

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

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

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

Agenda Portal Introduction Workflow demos Advanced topics What’s new Pro Web Collector Portal …. Server ArcGIS Data Store 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

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

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

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

Please take our Survey Find your event in the Esri Events App 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

Agenda Portal Introduction Workflow demos Advanced topics Q&A Pro Web Collector Portal …. Server ArcGIS Data Store 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

Pro Web Collector Server Portal ….

Pro Web Collector Portal …. Server ArcGIS Data Store