ArcGIS.PCL can be used to call ArcGIS Server resources, including those from Portal for ArcGIS and ArcGIS Online. The resources can be secure or unsecure and the ArcGIS Online token service and OAuth token service are supported. Supports the following as typed operations: > CheckGenerateToken - create a token automatically via an ITokenProvider > Query<T> - query a layer by attribute and / or spatial filters > QueryForCount - only return the number of results for the query operation > QueryForIds - only return the ObjectIds for the results of the query operation > Find - search across n layers and fields in a service > ApplyEdits<T> - post adds, updates and deletes to a feature service layer > Geocode - single line of input to perform a geocode using a custom locator or the Esri world locator > Suggest - lightweight geocode operation that only returns text results, commonly used for predictive searching > ReverseGeocode - find location candidates for an input point location > Simplify<T> - alter geometries to be topologically consistent > Project<T> - convert geometries to a different spatial reference > Buffer<T> - buffers geometries by the distance requested > DescribeSite - returns a url for every service discovered, for ArcGISOnline or Portal this returns the hosted feature services for a user > Ping - verify that the server can be accessed > Info - return the server information such as version and token authentication settings > DescribeServices - return service information (name, sublayers etc.) > DescribeLayer - return layer information REST admin operations: > PublicKey - admin operation to get public key used for encryption of token requests > ServiceStatus - admin operation to get the configured and actual status of a service > ServiceReport - admin operation to get the service report > StartService - admin operation to start a service > StopService - admin operation to stop a service ArcGIS.PCL is a netstandard v1.3 library.


Keywords
anywhere, netstandard, Json, PCL, ArcGIS, Geo, Mapping, Location, GIS, GeoLocation, ArcGISServer, OAuth, Map, Esri, ArcGISOnline, GeoJSON, REST, c-sharp, dotnet, unsupported
License
MIT
Install
Install-Package ArcGIS.PCL -Version 5.5.0

Documentation

This project is no longer supported as it has been migrated to Anywhere.ArcGIS

ArcGIS.PCL

Build status Build status

NuGet Status GitHub Status

Xamarin Status (no longer updated, just use the NuGet package instead)

Use ArcGIS Server REST resources without an official SDK.

Can I help to improve it and/or fix bugs?

Absolutely! Please feel free to raise issues, fork the source code, send pull requests, etc.

No pull request is too small. Even whitespace fixes are appreciated. Before you contribute anything make sure you read CONTRIBUTING.

Installation

If you have NuGet installed, the easiest way to get started is to install via NuGet:

PM> Install-Package ArcGIS.PCL

On Xamarin you can add the ArcGIS.PCL component from the component store or use NuGet since it is now supported in Xamarin Studio.

Of course you can also get the code from this site.

What do the version numbers mean?

ArcGIS.PCL uses Semantic Versioning.

Icon

Icon made by Freepik from www.flaticon.com