Class FileGeodatabaseWorkspace
- java.lang.Object
-
- com.esri.arcgisruntime.localserver.DynamicWorkspace
-
- com.esri.arcgisruntime.localserver.FileGeodatabaseWorkspace
-
public final class FileGeodatabaseWorkspace extends DynamicWorkspace
A file geodatabase workspace can be used to create aSublayerSource
that displays data from the geodatabase.- Since:
- 100.1.0
-
-
Constructor Summary
Constructors Constructor Description FileGeodatabaseWorkspace(String id, String filePath)
Creates a file geodatabase workspace.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilePath()
Gets the file path for this workspace.-
Methods inherited from class com.esri.arcgisruntime.localserver.DynamicWorkspace
getId
-
-
-
-
Constructor Detail
-
FileGeodatabaseWorkspace
public FileGeodatabaseWorkspace(String id, String filePath)
Creates a file geodatabase workspace.- Parameters:
id
- the ID for the workspacefilePath
- the path to the geodatabase- Throws:
IllegalArgumentException
- if id is null or emptyIllegalArgumentException
- if filePath is null or empty- Since:
- 100.1.0
-
-
Method Detail
-
getFilePath
public String getFilePath()
Gets the file path for this workspace.- Returns:
- the file path
- Since:
- 100.1.0
-
-