1

Is it possible to somehow load feature layer from REST (like: ArcGIS Example Service) to ArcMap? No need to edit that layer, we just need to select data from it and then create a local FeatureClass.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Nov 29, 2013 at 12:08
1
  • Just to clarify, I want to know if it is possible to add data through URL, without providing any login information (like when we add layer to map in JavaScript API by providing only layer's url) Commented Nov 29, 2013 at 12:12

1 Answer 1

2

You can add a map service to ArcMap by establishing a GIS Server connection (GIS Servers folder in the Catalog window). However, you will only be able to view the data and you cannot select any features (you can, however, use Identify tool to find out the attributes of certain features/raster pixels if the author has enabled this option). Neither can you export the data to a local geodatabase or shapefile since the geometry is not exposed.

You don't have to provide any login credentials when you connect as a user if the service's author has not secured it.

In order to be able to get the geometry+attributes of the features, the Feature Access capability should be enabled on the map service an organization publishes. There is a way to check-out the feature service data (map service with Feature Access capability enabled) in ArcMap to a local geodatabase and edit it later on. An example of such a feature service can be found here.

answered Nov 29, 2013 at 13:09
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.