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 theLocalMapService
can connect in order to allow the dynamic switching ofSublayerSource
s within this workspace.- Since:
- 100.1.0
-
-
Method Detail
-
getId
public String getId()
Gets the ID of the workspace.- Returns:
- the ID
- Since:
- 100.1.0
-
-