|
POST
|
without prepare the data (Quadtree ect.) with structure precalculated you could trivially increase the radius of the circle until it intersects at least one feature and then loop only on these. I do it for example with a soe.
... View more
10-13-2017
09:17 AM
|
1
|
0
|
3529
|
|
POST
|
If the functionality is available via REST API ok otherwise GP ( http://server.arcgis.com/en/server/latest/publish-services/linux/alternatives-to-server-object-extensions.htm ) or SOE A SOE pros: "... One drawback of geoprocessing services is that they have a relatively large memory footprint and may run slower than SOEs. If you're running a process only a few times a day, this might not be an issue. However, if you are running a process many times a day, or with many concurrent users, it might be worth investing the time to build an SOE. .."
... View more
10-06-2017
08:42 AM
|
0
|
0
|
2661
|
|
POST
|
you cannot access httpcontext but peraphs 'requestProperties' should return headers request (I have tried a scratch code but requestProperties always is empty ... ) similarly responseProperties that it is however in out Workaround: you pass from a proxy
... View more
09-21-2017
09:48 AM
|
0
|
1
|
3479
|
|
POST
|
Use scale bar because you can generate confusion if you see same map on computer screen, a projected big screen and printed. The paper has a dimension 'fixed' while on screen you can have dimension different of dpi, stretch monitor or projected monitor ... "...The scale bar has three features that make it especially useful. First, it is easy to use when figuring distances on a map since most map readers are used to working with rulers. Second, if the map is enlarged or reduced using some method of photocopying or screen display, the scale bar changes size in direct proportion to the physical size of the map. The other two scale indicators 'verbal scales and representative fraction' on the other hand, will become incorrect when the map changes size. Third, both kilometers and miles can be shown conveniently on the same bar scale..."
... View more
09-11-2017
12:38 AM
|
1
|
0
|
2605
|
|
POST
|
You could also set a connection to your db in costruct soe and get in a table your values configuration in methods soe so you change in table without register again .
... View more
08-24-2017
10:44 AM
|
0
|
0
|
348
|
|
POST
|
I have used dll .NET in gac or embedded in soe and it runs Ok. What's the version ags ? In debug using Assembly.GetExecutingAssembly().Location see path of files
... View more
08-24-2017
03:36 AM
|
0
|
0
|
731
|
|
POST
|
Yes, you can write similar code var appConfig = System.Configuration.ConfigurationManager.OpenExeConfiguration(Assembly.GetExecutingAssembly().Location); string myValue= appConfig.AppSettings.Settings["myKeyName"].Value; your app.config <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="myKeyName" value="testValue"/> </appSettings> </configuration>
... View more
08-24-2017
03:21 AM
|
0
|
1
|
2776
|
|
POST
|
Have you tried changing browser? Have you info in log arcgis server?
... View more
08-24-2017
02:54 AM
|
0
|
0
|
572
|
|
POST
|
Are you in this situation ? Problems with .NET SDK SOE templates at 10.2 in Visual Studio 2012 prevent the .soe file from being generated. The cause of this bug and the issue you are having are the same. The workaround would be : Edit the project file *.csproj: Near the bottom of the XML you will see an Import element. For both Project and Condition, update the path from Server.targets to Server.11.targets.
... View more
08-24-2017
02:40 AM
|
0
|
0
|
1297
|
|
POST
|
If calling the tiles were legal it would be easy with WebTileLayer but TOS doesn't permit it. Test with WebTileLayer: https://codepen.io/nicogis/pen/vJjVye
... View more
08-22-2017
08:46 AM
|
0
|
0
|
2486
|
|
POST
|
Here you can see some samples https://github.com/nicogis/WebGL
... View more
08-02-2017
10:46 AM
|
2
|
0
|
1498
|
|
POST
|
It isn't in python but you can also use sql creating a view. See for example in sql server : https://www.mssqltips.com/sqlservertip/2914/rolling-up-multiple-rows-into-a-single-row-and-column-for-sql-server-data/
... View more
07-26-2017
01:24 AM
|
1
|
1
|
3288
|
|
POST
|
Implementing layer-level access control If you implement layer level-access control through an SOI, you'll also need to configure ArcGIS Server's REST handler to disable caching of all layer resources included the service. This will allow you to intercept operations and filter out layers which are not allowed. You can disable this by setting the service's disableCaching property to true in the ArcGIS Server Administrator Directory. Open the ArcGIS Server Administrator Directory and sign in. The URL is typically formatted http://gisserver.domain.com:6080/arcgis/admin. Click services and click the name of the desired service. If you don't see it in the list, it may be located within a folder in this directory. Click edit. In the properties section of the service JSON, add the disableCaching property and set its value to true, for example: "properties": { ... "disableCaching": "true", ... }, Click Save Edits.
... View more
07-04-2017
05:21 AM
|
0
|
1
|
2287
|
|
POST
|
Yes, you need recompile in 10.3.1. If you have installed sdk arcobjects you have samples in this folder C:\Program Files (x86)\ArcGIS\DeveloperKit10.3\Samples\ArcObjectsNet\
... View more
07-03-2017
12:44 AM
|
1
|
0
|
2054
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-20-2024 11:20 AM | |
| 1 | 05-25-2017 10:11 AM | |
| 1 | 06-20-2023 12:09 AM | |
| 1 | 10-14-2022 05:14 AM | |
| 1 | 06-14-2023 02:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-18-2026
04:12 AM
|