|
POST
|
Yeah I have the same issue with another service but it is updating only one feature service so I don't think that is the issue... Still scratching my head thinking about submitting an issue to ESRI
... View more
07-29-2014
11:31 AM
|
0
|
18
|
2897
|
|
POST
|
Yeah Copy that I think that I will go about and separate these out see if I get better results, thanks a million.
... View more
07-29-2014
10:47 AM
|
1
|
0
|
2897
|
|
POST
|
I have a Feature Service getting polled for updates every 5 seconds. I would like to create a tag and then be able to pass that as a parameter to an output any thoughts?>
... View more
07-29-2014
10:46 AM
|
0
|
0
|
1235
|
|
POST
|
So I have a TCP input that with the GeoEvent Definition being the first parameter. within my service I have a filter that uses the $DEFINITION_NAME tag to check for what Feature service it should update. I then have three 3 Feature Services that are all under the same service Should I be separating out the different feature services to their own service or can I keep them all under one>? Must admit going on weeks and weeks of tweaking about to give up on GEP-- Seems like anytime we try and use it AGS takes the hit and brings the entire enterprise down
... View more
07-29-2014
10:20 AM
|
0
|
21
|
2897
|
|
POST
|
It when I hit the 2-3k total events is when I start to see the performance issues
... View more
07-29-2014
09:00 AM
|
0
|
22
|
2897
|
|
POST
|
Yeah I have simulated the events at 2 every second 1 every second and one at 1 every 5 seconds-- still the same result
... View more
07-29-2014
08:43 AM
|
0
|
0
|
2897
|
|
DOC
|
Py used in generating a Bearing from x,y ended up creating a GP Service and Works well.
... View more
07-14-2014
07:23 PM
|
0
|
0
|
1443
|
|
DOC
|
This is a for Creating Objects in C# for AVL Sentences sent from a KC3+ Terminal Node Connector I am still working on some of the docs but it's a start
... View more
07-14-2014
07:16 PM
|
0
|
0
|
2717
|
|
POST
|
You will need to create your own static methods to change these--At least I have not seen any in the runtimes ?? though its pretty easy -- here is a utility class that I created for c# should be pretty easy to convert to Objective C and Java so the key is the MapPoint public static string ddToDms(double coordinate, bool dm) { var neg = coordinate < 0d; var dms = string.Empty; coordinate = Math.Abs(coordinate); var d = Math.Floor(coordinate); coordinate -= d; coordinate *= 60; var m = Math.Floor(coordinate); coordinate -= m; coordinate *= 60; var s = Math.Round(coordinate); char pad; char.TryParse("0", out pad); var dd = d.ToString(); var mm = m.ToString().PadLeft(2, pad); var ss = s.ToString().PadLeft(2, pad); if (!dm) { dms = string.Format("{0}°{1}'{2}\"", dd, mm, ss); } else { var pMin = (s / 60) + m; var msFormat = string.Format("{0:0.####}", pMin); dms = string.Format("{0}°{1}'", dd, msFormat); } if (neg) { dms = "-" + dms; } return dms the bool is for Decimal minurtes if true will give you the Decimal Minutes this is the static method that I created for C# but using the Java you would be able to call String.Split() returns an array and for Objective C send the message [@"string" ComponentsSeperatedByString:@"this is the char to separate by"] to a NSArray *var P.S. thanks Chris Bradberry I stole a lot of the original logic from him
... View more
07-14-2014
06:55 PM
|
0
|
0
|
937
|
|
POST
|
A little old, as we all know in the field of Wildfire Suppression the weakest link is connectivity. I can foresee that the disconnection between dispatch and the fire line will be connected and allow for a true--real time Common operating Picture(Platform) pretty exciting these days especially with AGS/AGS Online Ops Dashboard and the Runtimes-- Can't wait to see what GeoPortal and Native App Deving will do to the industry! I know I am hard at work to do it!
... View more
07-14-2014
06:39 PM
|
0
|
0
|
1611
|
|
POST
|
Pretty sure that I saw the new .net SDK come with an Arrow type?
... View more
07-14-2014
06:12 PM
|
0
|
0
|
1933
|
|
POST
|
Can create just fine on the XAML side but when creating from the backend see nothing and things like the extent, and some info has values but some still reporting null??? if you use the .net 10.2.3b example from github samples you can easily recreate the issue by running and from the menu bar select Layers > FeatureLayers > Feature Layer From Service also go in ArcGISRuntimeSDKDotNet_DesktopSample.Samples.FeatureLayerFromService.xaml.cs and under ctor uncomment the // Note: code to create feature layer from a feature service var task = createfeatureLayer(); p.s. I realize that there is the beta page for this but will not let me log in any more???? p.s.s Also cannot change color of my text from your site???
... View more
07-14-2014
05:49 PM
|
0
|
1
|
3452
|
|
POST
|
Have Vehicle and Aerial Resources over TCP -- get about 2-3k events fire and start to see a performance hit on the AGS. Internal Server Error. Wait time of the request to the service 'WRMS/AVLService.MapServer' has expired. Ultimately See the Server Coming to it's knees -- feel like I have read all of the docs and tut's confidence is high that in GEP things are configured correctly--am I missing something in AGS>>>?? Any Ideas ?? Ryan Elliott
... View more
07-14-2014
05:36 PM
|
0
|
26
|
10453
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-22-2015 05:51 PM | |
| 1 | 07-22-2015 05:30 PM | |
| 1 | 07-14-2014 07:12 PM | |
| 1 | 07-29-2014 10:47 AM | |
| 1 | 07-14-2014 05:19 PM |
| Online Status |
Offline
|
| Date Last Visited |
08-22-2023
01:48 PM
|