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 theLocalMapServicecan connect in order to allow the dynamic switching ofSublayerSources 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
-
-