java.lang.Object
com.esri.arcgisruntime.localserver.DynamicWorkspace
com.esri.arcgisruntime.localserver.ShapefileWorkspace
A shapefile workspace can be used to create a
SublayerSource
that displays the
data from a shapefile.- Since:
- 100.1.0
-
Constructor Summary
ConstructorDescriptionShapefileWorkspace
(String id, String folderPath) Creates a shapefile workspace. -
Method Summary
Modifier and TypeMethodDescriptionGets the folder path for this workspace.Methods inherited from class com.esri.arcgisruntime.localserver.DynamicWorkspace
getId
-
Constructor Details
-
ShapefileWorkspace
Creates a shapefile workspace.- Parameters:
id
- the ID for the workspacefolderPath
- the path to a folder containing shapefiles- Throws:
IllegalArgumentException
- if id is null or emptyIllegalArgumentException
- if folderPath is null or empty- Since:
- 100.1.0
-
-
Method Details
-
getFolderPath
Gets the folder path for this workspace.- Returns:
- the folder path
- Since:
- 100.1.0
-