arcgis.apps module¶
build_collector_url¶
-
arcgis.apps.
build_collector_url
(webmap=None, center=None, feature_layer=None, fields=None)¶ Creates a url that can be used to open Collector for ArcGIS
Argument
Description
webmap
Optional
String
,WebMap
,Item
. The item id, webmap, or item representing the map to open in Collector. Item can be of type Web Map.center
Optional
String
. The “lat,long” in WGS84 of where to center the mapfeature_layer
Optional
String
orFeatureLayer
. The feature layer url as string or the feature layer representing the layer to open for collection.fields
Optional
Dict
. The feature attributes dictionary {“field”:”value”}Additional info can be found here: https://github.com/Esri/collector-integration
- Returns
String
build_explorer_url¶
-
arcgis.apps.
build_explorer_url
(webmap=None, search=None, bookmark=None, center=None, scale=None, wkid=None, rotation=None, markup=None, url_type='Web')¶ Creates a url that can be used to open Explorer for ArcGIS
Argument
Description
webmap
Optional
String
,WebMap
,Item
. The item id, webmap, or item representing the map to open in Explorer. Item can be of type Web Map or Mobile Map Package.search
Optional
String
. The location to search for.bookmark
Optional
String
. The name of the bookmark in the map to open.center
Optional
String
. The “lat,long” in WGS84 of where to center the map.scale
Optional
Int
. The scale at which to open the map.rotation
Optional
Int
. The rotation, in degrees, at which to open the map.markup
Optional
Boolean
. Determines if the app should open in markup mode.url_type
Optional
String
. The type of url to be returned (e.g. ‘Web’ or ‘App’)Additional info can be found here: https://github.com/Esri/explorer-integration
- Returns
String
build_survey123_url¶
-
arcgis.apps.
build_survey123_url
(survey=None, center=None, fields=None)¶ Creates a url that can be used to open Survey123 for ArcGIS
Argument
Description
survey
Optional
String
orItem
. The item id or item representing the survey to open.center
Optional
String
. The “lat,long” in WGS84 of where to center the mapfields
Optional
Dict
. The feature attributes dictionary {“field”:”value”}Additional info can be found here: https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm
- Returns
String
build_tracker_url¶
-
arcgis.apps.
build_tracker_url
(portal_url=None)¶ Creates a url that can be used to open Tracker for ArcGIS
Argument
Description
portal_url
Optional
String
The portal that should be used when tracker is launched via the url scheme.- Returns
String