arcgis.apps module¶
build_collector_url¶
-
apps.build_collector_url(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
StringorFeatureLayer. 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¶
-
apps.build_explorer_url(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¶
-
apps.build_survey123_url(center=None, fields=None)¶ Creates a url that can be used to open Survey123 for ArcGIS
Argument
Description
survey
Optional
StringorItem. 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