Error
Número de ID del error | BUG-000171384 |
---|---|
Enviado | October 10, 2024 |
Última modificación | April 9, 2025 |
Relacionado con | ArcGIS API for Python |
Versión encontrada | 2.4 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 11.0 64 bit |
Versión corregida | 2.4.1 |
Estado | Fixed |
Cast the item to FeatureLayerCollection:
from arcgis.features import FeatureLayerCollection
if not item is None:
f_l_coll = FeatureLayerCollection.fromitem(item)
print(f_l_coll.layers) # this prints the layers
print(f_l_coll.tables) # this prints the tables
ID del error: BUG-000171384
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri