ArcGIS.PCL
3.0.0
See the version list below for details.
Requires NuGet 2.7 or higher.
dotnet add package ArcGIS.PCL --version 3.0.0
NuGet\Install-Package ArcGIS.PCL -Version 3.0.0
<PackageReference Include="ArcGIS.PCL" Version="3.0.0" />
paket add ArcGIS.PCL --version 3.0.0
#r "nuget: ArcGIS.PCL, 3.0.0"
// Install ArcGIS.PCL as a Cake Addin #addin nuget:?package=ArcGIS.PCL&version=3.0.0 // Install ArcGIS.PCL as a Cake Tool #tool nuget:?package=ArcGIS.PCL&version=3.0.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
Also supports converting GeoJSON <-> ArcGIS Features
Works with .NET for Windows Store apps, .NET framework 4.5, Silverlight 5, Windows Phone 8 and higher.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Microsoft.Bcl (>= 1.1.7)
- Microsoft.Bcl.Async (>= 1.0.166)
- Microsoft.Bcl.Build (>= 1.0.14)
- Microsoft.Net.Http (>= 2.2.19)
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,631 | 3/23/2017 |
6.0.0-beta-2 | 1,379 | 3/22/2017 |
6.0.0-beta-1 | 1,425 | 3/21/2017 |
5.9.0 | 16,311 | 3/19/2017 |
5.8.0 | 2,717 | 9/19/2016 |
5.7.0 | 1,965 | 9/1/2016 |
5.6.1 | 2,346 | 8/2/2016 |
5.6.0 | 2,051 | 7/2/2016 |
5.5.0 | 1,957 | 7/2/2016 |
5.4.0 | 1,965 | 7/1/2016 |
5.3.0 | 1,981 | 6/30/2016 |
5.2.0 | 2,119 | 6/29/2016 |
5.1.0 | 2,613 | 4/9/2015 |
5.0.0 | 3,122 | 11/20/2014 |
4.1.1 | 5,999 | 9/2/2014 |
4.0.0 | 4,315 | 6/15/2014 |
3.2.2 | 3,104 | 5/29/2014 |
3.2.1 | 2,292 | 5/19/2014 |
3.2.0 | 2,178 | 5/19/2014 |
3.1.0 | 2,819 | 5/12/2014 |
3.0.0 | 2,205 | 4/9/2014 |
2.2.3 | 2,093 | 11/27/2013 |
2.2.2 | 1,982 | 11/27/2013 |
2.2.1 | 1,986 | 11/26/2013 |
2.2.0 | 1,942 | 11/19/2013 |
2.1.0 | 1,989 | 10/28/2013 |
2.0.0 | 1,964 | 8/29/2013 |
1.2.0 | 1,921 | 8/22/2013 |
1.1.1 | 1,960 | 8/5/2013 |
1.1.0 | 1,977 | 8/5/2013 |
1.0.1 | 2,061 | 7/18/2013 |
Breaking changes
- Removed Silverlight 4 and Windows Phone 7.5 support
- Query operation OutFields is now set using an array to be consistent with other operations
Other features in this release
- Added ArcGIS Online endpoint
- Fixed issue calling hosted ArcGIS Online feature services
- Added ObjectIds property to Query operation
- Added query for Ids operation
- Added query for count operation
- Added HttpClientFactory for ModernHttpClient lib support in iOS and Android projects
- Added Xamarin iOS and Android support
- Updated NuGet package dependencies to latest versions