Info
Version: | 3.2.1 |
Author(s): | Dave Timmins, Dennis Apter |
Last Update: | Thursday, May 29, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/davetimmins/ArcGIS.PCL |
NuGet Url: | https://www.nuget.org/packages/ArcGIS.PCL.Signed |
Install
Install-Package ArcGIS.PCL.Signed
dotnet add package ArcGIS.PCL.Signed
paket add ArcGIS.PCL.Signed
ArcGIS.PCL.Signed Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Microsoft.Bcl.Async(1.0.168)
- Microsoft.Net.Http(2.2.22)
- Microsoft.Net.Http(2.2.22)
- modernhttpclient(2.0.0)
- modernhttpclient(2.0.0)
No dependencies.
- Microsoft.Bcl.Async(1.0.168)
- Microsoft.Net.Http(2.2.22)
- Microsoft.Net.Http(2.2.22)
- Microsoft.Net.Http(2.2.22)
Tags
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 usning 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 a 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
• Ping - verify that the server can be accessed
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.