POST
|
Ah great!. That even seems available from 2.8 on... I'll need to look into that. Thanks, Bart
... View more
01-24-2022
12:47 PM
|
0
|
0
|
1548
|
POST
|
ok, sounds like nice feature. We indeed use the LayerFactory already, so I think it might work out for what we need. But it does mean, that any feature that's being added through standard Catalog will not run through that and will not have the custom parameters added? Just for my understanding.
... View more
01-24-2022
01:55 AM
|
0
|
0
|
1555
|
POST
|
Hi Russell, Well we are allowing the same FeatureServices to be edited by two audiences: 1 using ArcGIS Pro (with an AddIn) & the other using an in-house webviewer using the JS API. Without changing the dataset, we would like to append some meta information to these FeatureService requests, like the 'type of user: dekptop,webviewer' and so on. On the FeatureService side, we would like to read out that information using an SOI, for building in some monitoring and validation. Thx, Bart
... View more
01-12-2022
12:30 AM
|
0
|
0
|
1591
|
POST
|
Hi, I'm wondering if the ArcGIS Pro API allows to be triggered just before a request is made to a Feature service. So I could add some extra metadata? Similar to the esriRequest.setRequestPreCallback(callbackFunction) in JavaScript 3.3? Thx, Bart
... View more
01-10-2022
06:12 AM
|
0
|
6
|
1639
|
POST
|
Hi Rich, Thanks for the test. Yeah, seems like it's not merely the number of features that's taking part in this issue. But: - I'm using a direct Database connection (Oracle 12c) - I had added 3 registed Feature Classes (1 point, 2 polylines). - To select, a QueryFilter is being build up, which we pass on to the Select method. The QueryFilter uses a list of internal ID's to filter on (not the OID field). Snippet: QueryFilter queryFilter = new QueryFilter(); queryFilter.WhereClause = string.Format("ID IN ({0})", inclause); inclause being something like : "100102,100103,100104,100105,100106,100107" We've been using this for some time now. Never noticed any issues with it. Field is indexed and so on. Never measures how many features could be selected in group. Could it be related to the feature data itself, for instance the geometry? Thanks, Bart
... View more
06-18-2018
02:12 AM
|
0
|
3
|
1181
|
POST
|
Hi Sean, Thanks for your feedback. Looking forward to the enhancements. Is there any to track this or to know what the target version is? Kind regards, Bart
... View more
01-24-2018
06:30 AM
|
0
|
0
|
1073
|
POST
|
Hi Sean, I'm editing the Feature Service directly from ArcGIS Pro. The Feature Service was published from a rather simple dataset (polyline feature class). No versioning enabled. For creating a feature, I'm using the standard edit tools from ArcGIS Pro. So through the UI currently. There is a plan to automate some feature creation too, if possible via the AddIn. .e.g. A polyline of a given length, with a given sub_type as data field.
... View more
01-08-2018
12:44 PM
|
0
|
2
|
1073
|
POST
|
It seems that the RowCreatedEvent is triggered on a different moment than with the RowChangedEvent and RowDeletedEvent. The Changed & Deleted ones, are triggered before the actual changes are sent to the database/server. In the Created case, it seems like there is an interaction with the database or server first. We assume it might be related to some of the ObjectID logic that needs to run fist (e.g. fetch next OID) !? Also, maybe related, the CancelEdit doesn't seem to have effect in case of the RowCreatedEvent. This leads to troubles as we are using the Row...Events to include some validation and data enrichment. Is this intended? For us it seems that the design for the Row...Events is not consistent: - We should be able to use the CancelEdit on RowChangedEventArgs - It introduces extra inconsistency and difficulty in case of and SOE or SOI, where we miss the enriched data in case of a 'Create'. Thanks, Bart
... View more
01-08-2018
04:29 AM
|
0
|
4
|
1263
|
Online Status |
Offline
|
Date Last Visited |
01-22-2025
02:03 AM
|