|
POST
|
Sorry if I'm not being clear and thanks for your help. I have a feature class. It is published as a feature service. I want to edit this feature service with a web app (3rd party, little ability to customize). The feature class is also consumed by desktop apps, arcgis and 3rd party. I do not wish to apply a class extension to the feature class as I do not wish to install the necessary .dlls to the desktops of users who are using the feature class directly. Also not sure how it would react with 3rd party apps. I wish to use an SOE on the feature service to automate certain business logic for the add features operation of the feature service. Do you, or anybody, know if this is possible? For clarity: I know I can add another operation to the feature service to do this but my web app would then have to make an extra call to this operation. Instead I want it to be executed automatically when a new feature is created.
... View more
04-11-2013
09:08 AM
|
0
|
0
|
874
|
|
POST
|
The source feature class is in an SDE database and several applications consume it in different ways. Some edit it some don't. I'm trying to avoid having to install class extensions on all these users machines. Adding an SOE to replicate the onCreate event of a class extension would be a perfect solution for me. Do you know if this functionality is possible in some way with an SOE? From the help: All clients require the customization's library, even to view the data
... View more
04-09-2013
10:07 AM
|
0
|
0
|
874
|
|
POST
|
Thanks for the reply. I'm trying to avoid class extensions as every user of the feature class is required to have them installed on their machines. In ArcMap an editor extension works great. I'm hoping an SOE could be the same as this for ArcServer.
... View more
04-09-2013
08:06 AM
|
0
|
0
|
874
|
|
POST
|
Bit of a conceptual issue I have a situation where I need to add business logic to newly created features in a feature service. When new features are created I need to preform overlays and assign an ID from a stored procedure. I need this to happen automatically. In the desktop world this was easily done by listening for edit events in either an editor extension or a object class extension. Can SOEs accomplish the same thing? All the samples I have seen are for adding additional operations. I haven't seen anything for extending existing ones, in this case I guess it would be the create features operation of the REST Feature Service. My understanding of SOEs is that they can add functionality to map services but can they extend existing functionality? Am I on the right track with SOEs or is another approach recommended? Any help/suggestions always greatly appreciated.
... View more
04-08-2013
10:57 AM
|
0
|
7
|
2683
|
|
POST
|
I ran into this error when I tried to run a script without first having set the license server using the ArcGIS Administrator tool.
... View more
03-20-2013
01:49 PM
|
0
|
0
|
1970
|
|
POST
|
You can get FlashBuilder to "Create as a copy of" by setting the source attachment path on the API swc. Under the "Flex Build Path" expand the API swc and double-click "Source attachment" and then browse to ".../ArcGIS_Flex/skins/src" after unziping the API download. Thank you this is exactly what I needed
... View more
01-19-2013
11:12 AM
|
0
|
0
|
868
|
|
POST
|
I would like to second Karen's request for .NET source code for the elevation profile SOE if it exists.
... View more
05-08-2012
02:05 PM
|
0
|
0
|
1351
|
|
POST
|
Ooops didn't realize I was posting in the Javascript form, I'm actually having this problem in flex:o. But good to know it is not api specific. Just for the record Flex has a data formater object that I think is the same as the dojo.date.locale.format function, but just adding one will probably be less overhead so I continue to use that option. The zero based array method of storing date and month makes perfect sense. Thanks for clearing that up Tim.
... View more
09-14-2011
10:50 AM
|
0
|
0
|
6798
|
|
POST
|
Daniel I have been stuck on this all afternoon. My day and month was always one below what it should have been. Adding plus one as you did solves the problem, thanks. My question is: Why do we have to do this? Is there a bug in the data conversion or am I doing it wrong? _covDate = new Date(myAttributes.RecordDate); <s:Label text=" {_covDate.getMonth() + '/' + _covDate.getDate() + '/' + _covDate.getFullYear() }"/>
... View more
09-13-2011
04:05 PM
|
0
|
0
|
6798
|
|
POST
|
The find task accepts an array of layerids so you can control what layers are searched. You can get a list of the layerids in a map service using either ArcGISDynamicMapServiceLayer.layerinfos or ArcGISDynamicMapServiceLayer.getalldetails
... View more
08-22-2011
11:49 AM
|
0
|
0
|
322
|
|
POST
|
I had a problem in the past that sounds similar. The problem was with map services going to "sleep" after long periods of inactivity. The first query to a mapservice in the morning would fail, after that it would work fine. To get around this I implemented a monitoring service (downloaded from the samples section) that makes a call to each map service once an hour to keep at least one instance active. It also emails me if services are not working. there were a couple of posts about this issue over the last 2 years or so. try searching for "sleeping services" or something like that. Another possible solution is to try increasing the request timeout setting on the mapservice and see if that makes a difference. Hope this helps
... View more
08-22-2011
11:33 AM
|
0
|
0
|
414
|
|
POST
|
Figured it out. I have to add the skin class to the s:VSlider component in my custom navigator skinClass="com.esri.ags.skins.NavigationVSliderSkin"
... View more
08-16-2011
03:24 PM
|
0
|
0
|
331
|
|
POST
|
I just upgraded one of my applications to use the 2.4 api. The problem is with my custom navigation bar. in the whats new at 2.4 section of help I saw this: Navigation component has been updated to use spark SliderBase instead of mx:Slider as the "slider" skin part. If you are using a custom navigation skin, it will need to be updated. So I dutifully updated my custom Navigator component to use s:VSlider. The problem is S:SliderBase does not have any tick mark properties, I had to remove all the tick mark properties I was using in my old mx:Slider. My new Navigation bar still works but users cannot see any ticks (scale still shows up as a tool tip). Does anybody have any idea how I go about adding tick marks to my skin? Any thoughts or suggestions would be much appreciated
... View more
08-16-2011
02:47 PM
|
0
|
1
|
587
|
|
POST
|
Try using the firebug extension in Firefox to see if the queries to the map service are being sent and if they are is a response is being received from the server. You might be getting timeouts when waiting for the map images to be received when the extent is updated.
... View more
08-02-2011
10:45 AM
|
0
|
0
|
272
|
|
POST
|
maybe you can adopt this to help you. in the addLayer funtion you will need to add code to loop through MyDynamicMapService.visibleLayers and see if the layerID is present. add this line to your existing code: addLayer(getLayerInfoID(MyDynamicMapService.layerInfos,"MyLayerName")); //Add these functions to your code private function addLayer(layerInfo:LayerInfo):void { //add code here to loop through MyDynamicMapService.visibleLayers //This line adds the layer MyDynamicMapService.visibleLayers.addItem(layerInfo.id); } //given an array of layerinfos and a layername returns the layer ID private function getLayerInfoID(layerInfos:Array, layerName:String):LayerInfo { var info:LayerInfo; for (var i:int = 0; i < layerInfos.length; i++) { if (layerInfos.name == layerName) { info = layerInfos } } return info }
... View more
08-02-2011
10:33 AM
|
0
|
0
|
254
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-21-2025 01:39 PM | |
| 1 | 07-29-2025 10:45 AM | |
| 1 | 07-17-2025 03:33 PM | |
| 1 | 07-10-2025 10:30 AM | |
| 1 | 06-30-2025 12:07 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|