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.
-
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)DTT– DTT2013年11月29日 12:12:12 +00:00Commented Nov 29, 2013 at 12:12
1 Answer 1
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.
Explore related questions
See similar questions with these tags.