Class DynamicWorkspace

java.lang.Object
com.esri.arcgisruntime.localserver.DynamicWorkspace
Direct Known Subclasses:
EnterpriseGeodatabaseWorkspace, FileGeodatabaseWorkspace, RasterWorkspace, ShapefileWorkspace

public abstract class DynamicWorkspace extends Object
Represents information about a workspace to which the LocalMapService can connect in order to allow the dynamic switching of SublayerSources within this workspace.
Since:
100.1.0
  • Method Details

    • getId

      public String getId()
      Gets the ID of the workspace.
      Returns:
      the ID
      Since:
      100.1.0