ArcGIS.PCL
3.1.0
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package ArcGIS.PCL --version 3.1.0
NuGet\Install-Package ArcGIS.PCL -Version 3.1.0
<PackageReference Include="ArcGIS.PCL" Version="3.1.0" />
paket add ArcGIS.PCL --version 3.1.0
#r "nuget: ArcGIS.PCL, 3.1.0"
// Install ArcGIS.PCL as a Cake Addin #addin nuget:?package=ArcGIS.PCL&version=3.1.0 // Install ArcGIS.PCL as a Cake Tool #tool nuget:?package=ArcGIS.PCL&version=3.1.0
Use ArcGIS Server REST types and resources without an official SDK.
Supports the following as typed operations:
• Generate Token (automatically if using a token provider)
• Query (attributes, spatial, count, objects Ids)
• Find
• Apply Edits
• Single Input Geocode (custom locator or Esri world locator)
• Suggest Geocode
• Reverse Geocode
• Describe site (returns a url for every service)
• Simplify
• Project
• Buffer
The resources can be secure or unsecure and the ArcGIS Online token service and OAuth token service are supported.
Also supports converting GeoJSON <-> ArcGIS Features.
Works with .NET for Windows Store apps, .NET framework 4 and higher, Silverlight 5, Windows Phone 8 and higher, Xamarin Android and Xamarin iOS.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Silverlight | sl5 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 was computed. |
-
.NETFramework 4.0
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.22)
-
.NETFramework 4.5
- Microsoft.Net.Http (>= 2.2.22)
-
MonoAndroid 1.0
- modernhttpclient (>= 1.2.2)
-
MonoTouch 1.0
- modernhttpclient (>= 1.2.2)
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0)
- No dependencies.
-
Silverlight 5.0
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.22)
-
Windows 0.0
- Microsoft.Net.Http (>= 2.2.22)
-
WindowsPhone 8.0
- Microsoft.Net.Http (>= 2.2.22)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on ArcGIS.PCL:
Package | Downloads |
---|---|
ArcGIS.PCL.JsonDotNetSerializer
Json.NET implementation of an ISerializer to use with ArcGIS.PCL. To use just call JsonDotNetSerializer.Init(). |
|
ArcGIS.PCL.JsonDotNetSerializer.Source
Json.NET source code implementation of an ISerializer to use with ArcGIS.PCL. To use just call JsonDotNetSerializer.Init(). |
|
ArcGIS.PCL.XamarinMaps
Extensions for converting ArcGIS features into their Xamarin.Forms.Maps equivalent. Works with Windows Phone 8 and higher, Xamarin Android and Xamarin iOS. |
|
ScriptCs.ArcGIS
A ScriptCs script pack for ArcGIS.PCL. |
|
ArcGIS.PCL.ServiceStackSerializer.Source
ServiceStack.Text source code implementation of an ISerializer to use with ArcGIS.PCL. To use just call ServiceStackSerializer.Init(). |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ArcGIS.PCL:
Repository | Stars |
---|---|
scriptcs/scriptcs-samples
Sample usages of scriptcs
|
Version | Downloads | Last updated |
---|---|---|
6.0.0-beta-3 | 1,616 | 3/23/2017 |
6.0.0-beta-2 | 1,368 | 3/22/2017 |
6.0.0-beta-1 | 1,414 | 3/21/2017 |
5.9.0 | 15,724 | 3/19/2017 |
5.8.0 | 2,701 | 9/19/2016 |
5.7.0 | 1,951 | 9/1/2016 |
5.6.1 | 2,332 | 8/2/2016 |
5.6.0 | 2,035 | 7/2/2016 |
5.5.0 | 1,941 | 7/2/2016 |
5.4.0 | 1,951 | 7/1/2016 |
5.3.0 | 1,967 | 6/30/2016 |
5.2.0 | 2,101 | 6/29/2016 |
5.1.0 | 2,593 | 4/9/2015 |
5.0.0 | 3,106 | 11/20/2014 |
4.1.1 | 5,979 | 9/2/2014 |
4.0.0 | 4,297 | 6/15/2014 |
3.2.2 | 3,090 | 5/29/2014 |
3.2.1 | 2,278 | 5/19/2014 |
3.2.0 | 2,164 | 5/19/2014 |
3.1.0 | 2,805 | 5/12/2014 |
3.0.0 | 2,191 | 4/9/2014 |
2.2.3 | 2,077 | 11/27/2013 |
2.2.2 | 1,966 | 11/27/2013 |
2.2.1 | 1,972 | 11/26/2013 |
2.2.0 | 1,928 | 11/19/2013 |
2.1.0 | 1,973 | 10/28/2013 |
2.0.0 | 1,950 | 8/29/2013 |
1.2.0 | 1,907 | 8/22/2013 |
1.1.1 | 1,944 | 8/5/2013 |
1.1.0 | 1,961 | 8/5/2013 |
1.0.1 | 2,047 | 7/18/2013 |
Split purely portable classes out.
Fixed issue checking null referer for generate token request.
Added ArcGISOnlineAppLoginOAuthProvider for creating OAuth tokens to use with ArcGIS Online services.
Added conditional dependencies to nuspec.
Can use .NET v4.