Tagged Questions
2
votes
1answer
284 views
Spatial Data from Postgis to Java/REST with RestEasy + Jackson
I'm developing an application where I take a route from google maps, save it in postgresql/postgis. I'd like to take this route (LineString geometry) and send it back to Google Maps.
I already can ...
1
vote
2answers
759 views
'invalid parameters' on ArcGIS rest API used from Silverlight
I have an Silverlight application from which I'm trying to create new features to ArcGIS server. Every time I get error
{\"error\":{\"code\":400,\"message\":\"Unable to complete ...
7
votes
1answer
403 views
Geoserver GET request to the REST API without authentication
I am using Geoserver to serve a number of WMS layers. I am using jQuery's $.getJson('/geoserver/rest//featuretype.json') to programmatically populate a table with the available layers and their ...
3
votes
2answers
843 views
Send Geometry to query using ArcGIS REST API
I am writing a windows console app in VS 2010 to perform an overlay using the ArcGIS Rest API.
My first REST query returns information about the geometry for a specific feature. I then want to send ...
8
votes
1answer
368 views
ESRI HTTP where query
A friend and I are currently creating a pretty straight forward LINQ to ESRI library that sends HTTP queries to an ArcGIS MapServer and then parses the JSON response appropriately.
Everything is ...
5
votes
2answers
710 views
How do I deserialize GP Result Json?
The value part of a GP Result can be any type of GP object (or literal).
Does anyone know of a general way to deserialize this, preferably with either WCF or Json.NET?
I'd prefer not to have to ...
4
votes
2answers
4k views
How do I serialize/deserialize .NET dictionary without key value elements?
I'm trying to get my C# class to serialize to a json that complies with GP Job, for example:
{
"jobId" : "jb10b153b77e74a839e31af53e5d4d0d1",
"jobStatus" : "esriJobSucceeded",
...