Module com.esri.arcgisruntime
Class FileGeodatabaseWorkspace
java.lang.Object
com.esri.arcgisruntime.localserver.DynamicWorkspace
com.esri.arcgisruntime.localserver.FileGeodatabaseWorkspace
A file geodatabase workspace can be used to create a
SublayerSource
that
displays data from the geodatabase.- Since:
- 100.1.0
-
Constructor Summary
ConstructorDescriptionFileGeodatabaseWorkspace
(String id, String filePath) Creates a file geodatabase workspace. -
Method Summary
Methods inherited from class com.esri.arcgisruntime.localserver.DynamicWorkspace
getId
-
Constructor Details
-
FileGeodatabaseWorkspace
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 Details
-
getFilePath
Gets the file path for this workspace.- Returns:
- the file path
- Since:
- 100.1.0
-