Class 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 Detail

      • 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 Detail

      • getFilePath

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