Skip to main content

Hi,

 

I would like to read all the layers published to Esri Portal/Enterprise that are shared with particular group.

 

I use Esri ArcGIS Portal Feature Service

In the Parameters I would like to change the Feature Service so instead of reading one layer will read all layers from that group; A9 WTC in this case

image

If I understand correctly what you want, this is how I do it:

  • ArcGISOnlineConnector to list all items in a group.
  • AttributeCreator to create an Attribute FeatureService
    • @Value(GroupName)/@Value(_name)(@Value(_id))
  • Use a FeatureReader (Esri ArcGIS Portal Feature Service), use the attribute FeatureService in the field Feature Service.

If I understand correctly what you want, this is how I do it:

  • ArcGISOnlineConnector to list all items in a group.
  • AttributeCreator to create an Attribute FeatureService
    • @Value(GroupName)/@Value(_name)(@Value(_id))
  • Use a FeatureReader (Esri ArcGIS Portal Feature Service), use the attribute FeatureService in the field Feature Service.

It works. Thank you very much


Reply