|
POST
|
Cool! I didn't know that existed in the runtime itself.
... View more
10-13-2018
08:38 AM
|
0
|
0
|
1287
|
|
POST
|
Mike, I appreciate your diligence and communication on this! I was hoping to get this feature in our next release, but I can display a raster on the map as a work-around for now. Do you have any suggestions or guidance for possibly converting the raster data to a feature or graphic geometry in C# code?
... View more
10-12-2018
06:54 AM
|
0
|
0
|
517
|
|
POST
|
In case you are still looking for a solution, you can accomplish this by building a geoprocessing model in ArcMap or Pro and then creating a gpk for use in Runtime. Author and publish a geoprocessing model—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers Run a geoprocessing task—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers
... View more
10-11-2018
01:08 PM
|
0
|
0
|
1287
|
|
POST
|
Mike, That did not fix the problem. Any other ideas?
... View more
10-10-2018
07:17 AM
|
0
|
2
|
517
|
|
POST
|
I have not tried this on any other types of rasters. I only have DTED at the moment. There may be other tools that cause the error as well, but I haven't explicitly tested any others yet.
... View more
10-05-2018
11:20 AM
|
0
|
4
|
2375
|
|
POST
|
More info ... I decided to simply the model to determine which tool(s) are causing an issue. It looks like Raster to Polygon causes the "Failed to create service ... GPServer" exception. There may be others, but this is the first one I've identified. It works when I take it out.
... View more
10-05-2018
09:18 AM
|
0
|
6
|
2375
|
|
POST
|
Some additional info. I created another gpkx with a single operation (Create File Geodatabase) with no model parameters, and it ran successfully. So I'm guessing one of the tools inside my slope model is causing the problem. Can we determine if this is a licensing issue or a problem with one of the tools? Any suggestions on how to debug this?
... View more
10-04-2018
01:58 PM
|
0
|
0
|
2375
|
|
POST
|
If I change the line you mention to false, I get the following: If I also change the corresponding line for ArcMap compatibility to false, I get the same "failed to create service ..." exception shown in previous reply.
... View more
10-04-2018
08:59 AM
|
0
|
0
|
2375
|
|
POST
|
Thanks! That got me moving in the right direction. But now I have a new problem. When I run from either code or via the REST interface, I get ERROR 000816: The tool is not valid. This happens both in code and REST interface After researching that error code, common wisdom points to a permission issue and possibly enabling the geoprocessing feature in the runtime config file. So I changed all of the config parameters to true, but that resulted in the following error: I was able to narrow it down to this attribute. When false, I get the 000816 error. When it's true, I get the one shown above. <Package id="ProMosaicRasters" name="Mosaic Rasters" enabled="true" /> My desktop & pro are licensed via the C/JMTK license which is the desktop standard license. But I'm also running this inside of Visual Studio, so I'm assuming that the Dev/SDK would allow this to run. And I can run the model successfully in both ArcMap and Pro. If I'm reading this page correctly, Local Server geoprocessing tools support—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers , the standard desktop license should work. Here is a snapshot of my model. Any advice you can give would be appreciated!! Maybe there is a better way to compute slope? The end goal of this model is to provide a result (features) where slope is >5%.
... View more
10-04-2018
08:22 AM
|
0
|
10
|
2375
|
|
POST
|
I have a gpkx that I created in Pro 2.2, and I'm trying to call it from an application using LocalServer. Everything starts up OK, but I'm not sure how to format the input parameter. In this case, it should be a list of DTED filenames. Here is the parameter as described on the REST interface webpage. I guess I have 2 questions: 1. How would I format the input to test on this REST interface webpage? 2. How do I format the input parameters in code? For both, assume the DTED files are somewhere like C:/..../DTED/N30.dt1, etc.
... View more
10-03-2018
03:16 PM
|
0
|
12
|
3209
|
|
POST
|
I'm working on a similar kind of workaround, but it's an awkward, unusual interaction for the user.
... View more
03-23-2018
07:25 AM
|
0
|
1
|
2026
|
|
POST
|
I'd like to select a feature, and then click & hold the mouse button to drag it to a new location, setting the new location when the mouse button is released. However, the mouse move events don't seem to be firing when the left mouse button is held down. I suspect this is related to the map panning operation, which is also done with mouse-down-drag-release sequence. But, it's the same with the right mouse button held down. I tried turning off panning with this code, but no luck. Still no mouse move events. MainMapView.InteractionOptions = new MapViewInteractionOptions();
MainMapView.InteractionOptions.IsPanEnabled = false; I also tried right mouse button down with sketch editor active and again no mouse events. Is there any way for me to get mouse move events with either of the buttons held down?
... View more
03-22-2018
08:12 AM
|
0
|
4
|
2634
|
|
POST
|
Is there a way for me to send it in a private message?
... View more
02-14-2018
02:01 PM
|
0
|
0
|
1128
|
|
POST
|
I'm trying to interact with a WMS service hosted on a GeoServer v.2.8.5. I can hit the URLs and view an openlayers version of the data in a web browser, but while trying to follow the WMS examples, I get the following exception: "Invalid XML.: XML comment is not well-formed" Same problem occurs using code from ArcGISRuntime.WPF.Samples.WmsServiceCatalog sample and ArcGISRuntime.WPF.Samples.WmsIdentify sample ... on the corresponding LoadAsync() call.
... View more
02-14-2018
11:56 AM
|
0
|
3
|
1328
|
|
POST
|
Any hints on how soon will that be? End of year? Dev Summit 2018?
... View more
09-25-2017
11:52 AM
|
0
|
1
|
1165
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-16-2019 09:01 AM | |
| 1 | 08-16-2019 10:47 AM | |
| 1 | 01-18-2019 08:48 AM | |
| 1 | 01-10-2017 10:29 AM | |
| 1 | 10-28-2014 08:02 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|