AGOLServicesDirectory
- class arcgis.gis.agoserver.AGOLServicesDirectory(url: str, gis: GIS)
Bases:
object
The ArcGIS Online Services Directory displays the hosted services for a site.
Parameter
Description
url
Required String. The url string to the ArcGIS Online Server
gis
Required GIS. The connection to ArcGIS Online.
AGOLServersManager
- class arcgis.gis.agoserver.AGOLServersManager(gis: GIS)
Bases:
object
This class allows users to work with hosted tile and feature services on ArcGIS Online.
Parameter
Description
gis
Required GIS. The connection to ArcGIS Online.
- property feature_server: List[AGOLServerManager]
returns a list of Feature Administrative Servers
- list() List[AGOLServerManager]
Returns a list of all server managers
- Returns:
List[
AGOLServerManager
]
- property tile_server: List[AGOLServerManager]
returns a list of Tile Administrative Servers
AGOLServerManager
- class arcgis.gis.agoserver.AGOLServerManager(url: str, gis: GIS)
Bases:
object
Represents a Single AGO Server
Parameter
Description
url
Required String. The url string to the ArcGIS Online Server
gis
Required GIS. The connection to ArcGIS Online.
- get(name: str) VectorTileLayerManager | ImageryLayerCacheManager | SceneLayerManager | FeatureLayerCollectionManager | MapImageLayerManager
Returns a single service manager.
Parameter
Description
name
Required String. The name of the service.