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 a SublayerSource that displays data from the geodatabase.
Since:
100.1.0
  • Constructor Details

    • FileGeodatabaseWorkspace

      public FileGeodatabaseWorkspace(String id, String filePath)
      Creates a file geodatabase workspace.
      Parameters:
      id - the ID for the workspace
      filePath - the path to the geodatabase
      Throws:
      IllegalArgumentException - if id is null or empty
      IllegalArgumentException - if filePath is null or empty
      Since:
      100.1.0
  • Method Details

    • getFilePath

      public String getFilePath()
      Gets the file path for this workspace.
      Returns:
      the file path
      Since:
      100.1.0