A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/python/latest/api-reference/arcgis.gis.agoserver.html below:

arcgis.gis.agoserver module | ArcGIS API for Python

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.

property folders: list

Returns a list of folder names

Returns:

List

property properties: InsensitiveDict

Returns the server’s properties

Returns:

InsensitiveDict

property services: list

returns a list of services hosted on ArcGIS Online Server

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 properties: InsensitiveDict

Returns the properties of the server

Returns:

InsensitiveDict

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.

Returns:

Union[VectorTileLayer, ImageryLayerCacheManager, SceneLayerManager, FeatureLayerCollectionManager, MapImageLayerManager]

property is_tile_server: bool

Returns if the server if hosting tiles or not

Returns:

bool

property properties: InsensitiveDict

Returns the server’s properties. This call is cached for 25 seconds.

Returns:

Dict

property services: list

Returns the Administrative Endpoints

Returns:

list

status(name: str) → str

Returns the status of a given service by name.

Parameter

Description

name

Required String. The name of the service.

Returns:

string


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4