POST
|
If it can be help you I have done a sample (PoC) https://github.com/nicogis/AROpenSky
... View more
12-19-2020
12:04 PM
|
0
|
0
|
40
|
POST
|
You can start from this sample https://github.com/Esri/arcgis-enterprise-sdk-resources/blob/master/Samples/dot%20net/SOI/NetLayerAccessSOI/NetLayerAccessSOI.cs . It filters layers of service and you can filter on layer your fields
... View more
12-19-2020
11:57 AM
|
0
|
0
|
41
|
POST
|
You need use the relate https://pro.arcgis.com/en/pro-app/latest/help/data/tables/joins-and-relates.htm
... View more
12-19-2020
11:48 AM
|
0
|
0
|
34
|
POST
|
You can see the request of client and return json filtered. Example if client asks with https://sampleserver6.arcgisonline.com/arcgis/rest/services/NapervilleShelters/MapServer/0?f=json in this json there are info of domain values so then client use it. In soi you intercept these called and manage value of domains. However the client can make called https://developers.arcgis.com/rest/services-reference/query-domains-feature-service-.htm to efficiently work with domains when use feature service (10.5 or superior) so you need see this too.
... View more
12-19-2020
11:44 AM
|
0
|
0
|
37
|
POST
|
... SOEs are only supported for extending map and image services. Because map and image services use a service definition file and do not access a map document (MXD) directly, there are certain classes you should avoid and others you should favor when writing SOEs. Avoid using ArcObjects from the Carto library that are specifically designed for use with MXDs. This includes IMap, ILayer, and items related to data frames and page layouts. Instead, use ArcObjects designed for working with map services, such as MapServer, MapLayerInfos, and MapDescription. Use the interface IMapServerDataAccess to access the datasets underlying each layer in your map. Libraries not directly related to the map document, such as ESRI.ArcGIS.Geometry and ESRI.ArcGIS.Geodatabase for .NET or com.esri.arcgis.geometry and com.esri.arcgis.geodatabase for Java, are always permissible to use in SOEs. ...
... View more
09-24-2020
10:02 AM
|
0
|
1
|
142
|
POST
|
With GISServerConnection you can connect to arcgis server 10.0 (it's in help for connection dcom)
... View more
09-15-2020
03:48 AM
|
0
|
3
|
388
|
POST
|
you dont' need do a connection arcgis server. SOE lives in a service arcgis server. You create a SOE and load in a service and then you call via https:// ....
... View more
09-14-2020
07:37 AM
|
0
|
0
|
316
|
POST
|
you can create a soe (soap or rest) and you can call it via soap or rest . In soe you put custom code arcobjects https://enterprise.arcgis.com/en/sdk/latest/windows/652a31ce-4f02-43b5-bba9-9db26ce231af.html From 10.1 you cannot use dcom
... View more
09-14-2020
07:20 AM
|
0
|
2
|
316
|
POST
|
if you make a soe why do you need create a servercontext ?
... View more
09-14-2020
06:44 AM
|
0
|
4
|
316
|
Online Status |
Offline
|
Date Last Visited |
12-19-2020
01:35 PM
|