本文簡要介紹 python 語言中 arcgis.apps.storymap.story_content.Sidecar
的用法。
用法:
class arcgis.apps.storymap.story_content.Sidecar(story, node)
基礎:
object
從預先存在的
immersive
節點創建 Sidecar 沉浸式對象。Sidecar 由幻燈片組成。幻燈片由兩個節點組成:敘述麵板和媒體節點。媒體節點可以是:圖像、視頻、嵌入、Map或滑動。敘述麵板可以包含多種類型的內容,包括圖像、視頻、嵌入、按鈕、文本、Map等。
Parameter
Description
node_id
必需的字符串。 Sidecar 類型的節點 ID。
story
sidecar 所屬的必需
StoryMap
。>>> my_story.nodes #use to find sidecar node id # Method 1: Use the Sidecar Class >>> sidecar = Sidecar(my_story, <node_id>) # Method 2: Use the get method in story >>> sidecar = my_story.get(node = <node_id>)
相關用法
- Python ArcGIS Site.delete用法及代碼示例
- Python ArcGIS Site.export_site用法及代碼示例
- Python ArcGIS SiteManager.get用法及代碼示例
- Python ArcGIS Site.update_theme用法及代碼示例
- Python ArcGIS Site.update_layout用法及代碼示例
- Python ArcGIS SiteManager.get_by_domain用法及代碼示例
- Python ArcGIS SiteManager.add用法及代碼示例
- Python ArcGIS SingleFieldGeometry用法及代碼示例
- Python ArcGIS Site.search用法及代碼示例
- Python ArcGIS StoryMap.move用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.update_tiles用法及代碼示例
- Python ArcGIS SceneLayer用法及代碼示例
- Python ArcGIS System.index_status用法及代碼示例
- Python ArcGIS StreamLayer用法及代碼示例
- Python ArcGIS StoryMap.theme用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.import_tiles用法及代碼示例
- Python ArcGIS SavedSearchesManager.update用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.delete_tiles用法及代碼示例
- Python ArcGIS StoryMap.add用法及代碼示例
- Python ArcGIS Server用法及代碼示例
- Python ArcGIS StoryMap.credits用法及代碼示例
- Python ArcGIS StoryMap.cover用法及代碼示例
- Python ArcGIS StoryMap.get用法及代碼示例
- Python arcgis.mapping.SceneLayerManager.edit_tile_service用法及代碼示例
- Python ArcGIS SSLCertificates.import_certificate用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 arcgis.apps.storymap.story_content.Sidecar。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。