|
POST
|
I was doing something similar with Automated Flight Folowing, I ended up writing an application in c# that would send the request again. What Also could be done is you could create your on TCP transport-Adaptor that would be specific to that Port/Service etc-- when It senses the connection has been dropped resend the connection request. To dev your own transport is pretty simple--It's in Java and uses maven but is not too scary Extending ArcGIS GeoEvent Processor—Real-Time Data Feeds and Sensors | ArcGIS for Professionals
... View more
07-14-2014
05:19 PM
|
1
|
1
|
3728
|
|
POST
|
I had the same problem, changed by DB connection Props from DB authentication to OS authentication and worked for me.
... View more
04-08-2014
05:49 PM
|
0
|
0
|
4061
|
|
POST
|
Was wondering if I have to have a local AGES running in order to debug?? Also how does the debug session know the values if it has not been connected to an adapter-- is this something that would get set in the defaults?? or does it pair to the known domain of the transport and set the source to the debug session? P.S. been trying to get some more documentation on AGES --- seems pretty difficult to find and I feel like I am programming and configuring in the dark 😞
... View more
03-31-2014
12:55 PM
|
0
|
1
|
3443
|
|
POST
|
fs-poll-in set up to poll in features on an interval of 10 sec, I can go in Arcmap, create new feature and poll in event is seen but doing so from runtime is not seen at all????
... View more
03-31-2014
11:40 AM
|
0
|
1
|
1015
|
|
POST
|
Ryan Elliott was able to help me out, I had in my pom (as the Sample had) the default ges-lib dependency, after changing it to the below <dependency>
<groupId>com.esri.geoevent.sdk</groupId>
<artifactId>geoevent-sdk</artifactId>
<version>10.2.1</version>
</dependency> popped up right and all was working accordingly ...... but have some bugs to work out:( I will start a new thread on those
... View more
03-31-2014
11:30 AM
|
0
|
0
|
940
|
|
POST
|
added a new transport docs say that may take a min, but has been over an hour and still has not shown up??
... View more
03-24-2014
07:45 PM
|
0
|
2
|
1277
|
|
POST
|
Cannot not get the Properties for Filters menu to pop up when dragging to designer or Double Clicking??? any ideas?? GEP 10.2.1
... View more
03-22-2014
05:20 PM
|
0
|
3
|
2523
|
|
POST
|
this is a Jury Rig but seems to be working,
public partial class usercontrolMaptip : UserControl
{
public usercontrolMaptip();
{
InitializeComponent();
Loaded += usercontrolMaptip_Loaded;
}
private void usercontrolMaptip_Loaded(object sender, RoutedEventArgs e)
{
var popParent = Parent as Popup;
if (popParent == null) return;
popParent.AllowsTransparency = false;
popParent.IsOpen = false;
Loaded -= IdentifyMapTips_Loaded;
}
... View more
02-11-2014
12:02 PM
|
0
|
0
|
736
|
|
POST
|
I was able to find some services being hosted by the National Weather Service /NOAA gis.srh.noaa.gov
... View more
10-29-2013
07:53 AM
|
0
|
0
|
1873
|
|
POST
|
Isn't the System.Action Anonymous and takes 0 args? would we have to create a new delegate with a Graphic set as one of the args.... ??? I have been trying to get this to work for days now and still can't seem to get this thing going 😞
... View more
07-08-2013
11:47 PM
|
0
|
0
|
1730
|
|
POST
|
I would take a look at Jeff Jacksons work on GitHUB especially his MVVM patterns work, his presentations are extremely beneficial
... View more
06-26-2013
09:23 AM
|
0
|
0
|
916
|
|
POST
|
I had found that when I created the Fields using the Toolbox it would not use the Attributed values, yet when I went into the Attribute table and added the fields and values it works 🙂
... View more
05-29-2013
09:39 PM
|
0
|
0
|
1645
|
|
POST
|
Hmmm well just right up off the bat, ESRI has done a great job with the graphics layer and having it able to place tens of thousands of Graphics very quickly and and things don't seem to miss a beat, also with Graphicssource the collections can be altered and entire collections of thousands seem to just seamlessly change without a hiccup. I am Impressed One of the concerns is that I am assuming that there is a need to do editing against both the Features and the Attributes, I think that KML and Exc3l are probably not the best ways to do this and there would be ways to run querytask against Graphics but you may be recreating the ball over and over again. I would have to really know the data, it's use and what the size of it would be. Sounds like small business not enterprise?? sorry if this is vague let me know if you need clarification
... View more
05-29-2013
09:15 PM
|
0
|
0
|
2438
|
| 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
|