The sync capability allows ArcGIS clients (such as a runtime or mobile device) to create and edit a local copy of a feature service's data and synchronize those changes with the feature service on ArcGIS Server. For this functionality, the Sync capability must be enabled on the feature servi...
Even when you are working with a web tool in your ArcGIS Enterprise portal, you can still access its underlying geoprocessing service or services using the ArcGIS REST API. This enables you to script and extend the geoprocessing workflow executed by the service. You can use a geoprocessing servi...
Hey All- I have a public REST service that has several layers and feature classes that I want to access. According to the documentation. Once I have the 'arcgis' package imported, I can inject my outside REST service as such: *Note: I am using the Jupyter Notebook to test ...
//js.arcgis.com/3.46/dijit/themes/claro/claro.css"> html, body, #mapDiv{ height: 100%; width: 100%; margin: 0; padding: 0; overflow: hidden; } #detailPane{ padding: 6px; height:20px; color:#570026; font-size:12pt; font-weight:600; overflow: hidden; } .dj_ie .infowindow ....
'https://your_server:6443/arcgis/rest/services/ImgSrv_Landast_Montana2015/ImageServer' Properties of anImageryLayerobject Thepropertiesproperty on anImageryLayerobject provides a dictionary representation of all its properties. However, you can access individual properties as attributes as well: ...
require(["esriES/staticmap","dojo/domReady!"],function(StaticMap){staticMap=newStaticMap({printService:"http://<your-domain>/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task"});...}); Browser support
#For Portal for ArcGIS gis = GIS("https://<machine>.<domain>.com/<web_adaptor_name>", "username", "password", verify_cert=False) Specify the layers to be joined using the services URL. featurel_url = "https://services.domain.com/<xxxxxxxxxxx>/arcgis/rest/services/<feature_...
Use the following resources to learn more: Detect Objects Using Deep Learning in ArcGIS REST API detect_objects function in ArcGIS API for Python Classify Objects Using Deep Learning in ArcGIS Online Detect Objects Using Deep Learning in ArcGIS Pro Feedback on this topic?In...
from arcgis.gis import GIS from arcgis.features._version import VersionManager try: # parameters machine = 'machine.domain' portalUrl = 'https://{0}/webadaptor'.format(machine) base_server_url = "https://{0}/server/rest/services/samplePointsBV".format(machine) ...
The input deep learning model for this tool must be a deep learning package (.dlpk) item stored in your portal. You can generate a.dlpkitem using theTrain Deep Learning Modelgeoprocessing tool inArcGIS Proor theArcGIS REST APIraster analysis tool. ...